Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Network

Get Global Hashrate Heatmap Years

Get Global Hashrate Heatmap Years

GET
/network/global-hashrate-heatmap-years

Authorization

X-Hi-Api-Key<token>

In: header

curl -X GET "https://api.hashrateindex.com/v1/hashrateindex/network/global-hashrate-heatmap-years" \
  -H "X-Hi-Api-Key: <token>"

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/GlobalHashrateHeatmapYearData.json",
  "data": [
    {
      "quarter": "string",
      "year": "string"
    }
  ]
}