Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Network

Get Global Hashrate Heatmaps

Visualize global Bitcoin mining distribution and hashrate concentration through detailed heatmap data.

GET
/network/global-hashrate-heatmaps

Authorization

X-Hi-Api-Key<token>

In: header

Query Parameters

quarterstring
yearstring
curl -X GET "https://api.hashrateindex.com/v1/hashrateindex/network/global-hashrate-heatmaps?quarter=Q1%2C+Q2%2C+Q3%2C+Q4&year=2025" \
  -H "X-Hi-Api-Key: <token>"

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/GlobalHashrateHeatmapData.json",
  "data": [
    {
      "countryName": "string",
      "hashrateAmount": 0.1,
      "marketShare": 0.1,
      "quarter": "string",
      "year": "string"
    }
  ]
}