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": [
    {
      "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
        }
      ]
    }
  ]
}

Response

200 - application/json

Successful response

data
object[]