Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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 } ] } }
Get detailed information about a specific miner including fees and connection details via the V4 API.
API key authentication using signed requests
Mining pool account name
255
"my_miner_01"
Successful response
Show child attributes
Was this page helpful?