cURL
curl --request GET \ --url https://whitebit.com/api/v4/public/mining-pool
{ "data": [ { "connectionLinks": [ "stratum+tcp://1.1.1.1:80", "stratum+tcp://1.1.1.2:80" ], "location": "global", "assets": [ "BTC" ], "rewardSchemes": [ "FPPS" ], "workers": 1846, "currentHashRate": "39353570.8006319183174839", "last7daysHashRate": [ { "timestamp": 1732579200, "hashrate": "184425100325925.9259259259259259" } ], "blocks": [ { "blockFoundAt": 1715339355, "blockHeight": 18329 } ] } ] }
This endpoint returns an overall information about the current mining pool state.
HashRate info represents in the H units.
Rate limit 1000 requests/10 sec.
Successful response
Show child attributes