v1
latestOpenAPI 3.0.32026-07-2613529376.3 KBPublic API V4
Mining Pool Overview
The endpoint returns overall information about the current mining pool state.
Hash rate is expressed in H units.
<Warning> Rate limit 1000 requests/10 sec. </Warning>get/api/v4/public/mining-pool
Response
Successful response
Example response
{
"data": {
"connection_links": [
"stratum+tcp://1.1.1.1:80",
"stratum+tcp://1.1.1.2:80"
],
"location": "global",
"assets": [
"BTC"
],
"reward_schemes": [
"FPPS"
],
"workers": 1846,
"current_hash_rate": "39353570.8006319183174839",
"last7days_hash_rate": [
{
"timestamp": 1732579200,
"hashrate": "184425100325925.9259259259259259"
}
],
"blocks": [
{
"block_found_at": 1715339355,
"block_height": 18329
}
]
}
}