Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Energy

Get Energy Consumption Index

Monitor energy consumption patterns and usage metrics across sectors.

GET
/energy/consumption-index

Authorization

X-Hi-Api-Key<token>

In: header

curl -X GET "https://api.hashrateindex.com/v1/hashrateindex/energy/consumption-index" \
  -H "X-Hi-Api-Key: <token>"

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/EnergyConsumptionIndexData.json",
  "data": [
    {
      "lowerBound": 0.1,
      "networkEstimate": 0.1,
      "timestamp": "2019-08-24T14:15:22Z",
      "upperBound": 0.1
    }
  ]
}