Get Network Overview
/network/overview has rate limitation:
Initially, the API allows for a burst of 20 requests, and afterward, it gradually restores 1 request every 15 seconds until reaching the maximum allowable limit of 20. This limitation is imposed to manage and control the rate at which requests can be made to the API, preventing potential misuse or excessive use of resources.
Network Overview
This endpoint provides a comprehensive overview of the network's current status, including key metrics such as total hashrate, difficulty, and block time. It's designed to give a snapshot of the network's health and operational status, aiding stakeholders in assessing system performance and potential bottlenecks.
Authorization
ApiKeyAuth In: header
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/network/overview"{ "$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 }}{ "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/ErrorModel.json", "detail": "Property foo is required but is missing.", "errors": [ { "location": "string", "message": "string", "value": null } ], "instance": "https://example.com/error-log/abc123", "status": 400, "title": "Bad Request", "type": "https://example.com/errors/example"}{ "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/ErrorModel.json", "detail": "Property foo is required but is missing.", "errors": [ { "location": "string", "message": "string", "value": null } ], "instance": "https://example.com/error-log/abc123", "status": 400, "title": "Bad Request", "type": "https://example.com/errors/example"}{ "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/ErrorModel.json", "detail": "Property foo is required but is missing.", "errors": [ { "location": "string", "message": "string", "value": null } ], "instance": "https://example.com/error-log/abc123", "status": 400, "title": "Bad Request", "type": "https://example.com/errors/example"}