Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Derivatives

Get Live Hashrate Forward

Access real-time hashrate forward contract data for mining derivatives market analysis and trading insights.

GET
/derivatives/live-hashrate-forward

Authorization

X-Hi-Api-Key<token>

In: header

curl -X GET "https://api.hashrateindex.com/v1/hashrateindex/derivatives/live-hashrate-forward" \
  -H "X-Hi-Api-Key: <token>"

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/LiveHashrateForwardData.json",
  "data": [
    {
      "avgHashprice": 0.1,
      "contract": "string",
      "unit": "string"
    }
  ]
}