Skip to main content
GET
/
api
/
v4
/
public
/
mining-pool
Mining Pool Overview
curl --request GET \
  --url https://whitebit.com/api/v4/public/mining-pool
{
  "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
      }
    ]
  }
}

Response

200 - application/json

Successful response

data
object