Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Energy

Get Energy Electricity Overview

Access comprehensive electricity market data and performance metrics.

GET
/energy/electricity-overview

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-overview?span=1Y" \
  -H "X-Hi-Api-Key: <token>"

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/ElectricityOverviewData.json",
  "data": [
    {
      "demand": 0,
      "demandForecast": 0,
      "netGeneration": 0,
      "timestamp": "2019-08-24T14:15:22Z"
    }
  ]
}