# 获取所有子账号算力总和

```
URL: 
/api/user/hashrate?coin={coin}

METHOD: 
GET

PARAMS:
coin传入对应币种，例如BTC、LTC....

RESULT:
{
    "hashrate": null,        // 实时算力
    "hashrate1440": null     // 24小时平均算力
}
```
