Documentation
Get BTC Public Hashrate Chart
GET /api/network/hashratedetail: Get BTC Public Hashrate Chart.
Get BTC Public Hashrate Chart
This chapter documents the request shape, parameters, and response for GET /api/network/hashratedetail.
Note
The endpoint contract below is carried over from the legacy RustMinerSystem documentation and organized under the current PoolNode documentation structure. Use your actual node address, secure route, and backend version when integrating.
Endpoint Contract
URL:
/api/network/hashratedetail
METHOD:
GET
RESULT:
{
"timeInterval": 600,
"startTime": 1743492900000,
"hashrates": [
"31107083202188395151",
"31060294906903426061",
"31342220009014338519",
...
],
"coin": "btc"
}
