Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Network

Get Network Block Deviation Time

Analyze Bitcoin block time deviations and network timing patterns.

GET
/network/block-deviation-time

Authorization

X-Hi-Api-Key<token>

In: header

curl -X GET "https://api.hashrateindex.com/v1/hashrateindex/network/block-deviation-time" \
  -H "X-Hi-Api-Key: <token>"

OK

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