Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Energy

Get Energy Electricity Demand by Region

Monitor electricity demand patterns across different geographical regions.

GET
/energy/electricity-demand-by-region

Authorization

X-Hi-Api-Key<token>

In: header

Query Parameters

spanstring

Time span

Default: "7D"Value in: "7D" | "1M" | "1Y" | "5Y"
curl -X GET "https://api.hashrateindex.com/v1/hashrateindex/energy/electricity-demand-by-region?span=1Y" \
  -H "X-Hi-Api-Key: <token>"

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/ElectricityDemandByRegionData.json",
  "data": [
    {
      "demand": 0.1,
      "region": "string",
      "timestamp": "2019-08-24T14:15:22Z"
    }
  ]
}