Documentation
Get Total Subaccount Hashrate
GET /api/user/hashrate?coin={coin}: Get Total Subaccount Hashrate.
Get Total Subaccount Hashrate
This chapter documents the request shape, parameters, and response for GET /api/user/hashrate?coin={coin}.
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/user/hashrate?coin={coin}
METHOD:
GET
PARAMS:
coin传入对应币种,例如BTC、LTC....
RESULT:
{
"hashrate": null, // 实时算力
"hashrate1440": null // 24小时平均算力
}
