Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Energy

Get Energy Electricity Generation by Source

Analyze electricity generation data categorized by energy source.

GET
/energy/electricity-generation-by-source

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

OK

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