cURL
curl --request POST \ --url https://whitebit.com/api/v4/mining/accounts \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "request": "{{request}}", "nonce": "{{nonce}}", "name": "my_miner_01" } '
{ "data": [ { "name": "my_miner_01", "createdAt": 1709340000 }, { "name": "my_miner_02", "createdAt": 1709350000 } ] }
Returns a list of mining accounts for the authenticated user. Supports filtering by account name.
Rate limit: 1000 requests/10 sec.
API key authentication using signed requests
Request signature
"{{request}}"
Unique request identifier
"{{nonce}}"
Optional filter to search for a specific mining account name (exact match)
255
"my_miner_01"
Successful response
Show child attributes
Was this page helpful?