Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Hashprice

Get Hashprice Volatility

Analyze hashprice volatility metrics and risk indicators for mining strategy optimization.

GET
/hashprice/volatility

Authorization

X-Hi-Api-Key<token>

In: header

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

OK

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