cURL
curl --request POST \ --url https://whitebit.com/api/v4/mining/miners/info \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "account": "my_miner_01" } '
{ "data": { "fee": "2.5", "stratum": [ { "url": "stratum+tcp://pool.whitebit.com:3333", "workersCount": 5 }, { "url": "stratum+tcp://pool.whitebit.com:3334", "workersCount": 3 } ] } }
Returns fee information and stratum connection details with worker counts for a specific mining account.
Rate limit: 1000 requests/10 sec.
API key authentication using signed requests
Mining pool account name
255
"my_miner_01"
Successful response
Show child attributes
Was this page helpful?