Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Energy

Get Energy Oil Price

Track oil prices and market trends across global markets.

GET
/energy/oil-price

Authorization

X-Hi-Api-Key<token>

In: header

Query Parameters

spanstring

Time span

Default: "1Y"Value in: "1Y" | "5Y"
curl -X GET "https://api.hashrateindex.com/v1/hashrateindex/energy/oil-price?span=1Y" \
  -H "X-Hi-Api-Key: <token>"

OK

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