Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Network

Get Network Overview

Access comprehensive Bitcoin network statistics and performance metrics.

GET
/network/overview

Authorization

X-Hi-Api-Key<token>

In: header

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

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/NetworkOverviewData.json",
  "data": {
    "avgBlockTime": 0,
    "blocksToAdj": 0,
    "coinbaseRewards24h": 0,
    "estDiffAdj": 0,
    "estDiffAdjDate": "2019-08-24T14:15:22Z",
    "feesBlocks24h": 0,
    "hashpriceUsd": 0,
    "marketcap": 0,
    "networkDiff": 0,
    "networkHashrate7d": 0,
    "nextHalvingCount": 0,
    "nextHalvingDate": "2019-08-24T14:15:22Z",
    "timestamp": "2019-08-24T14:15:22Z",
    "txRateAvg7d": 0
  }
}