cURL
curl --request POST \ --url https://whitebit.com/api/v4/mining/workers/names \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "account": "my_miner_01", "offset": 0, "limit": 50 } '
{ "data": { "workers": [ "worker_001", "worker_002", "worker_003" ] }, "limit": 50, "offset": 0 }
Returns a paginated list of online worker names 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"
Pagination offset
0 <= x <= 10000
0
Pagination limit
1 <= x <= 100
50
Successful response
Show child attributes
Was this page helpful?
Suggestions
Contact support