-
Notifications
You must be signed in to change notification settings - Fork 14
acquire_reward_history
yuanshibtc edited this page Mar 14, 2024
·
3 revisions
-
Description: Acquire reward summary
-
Request Method: GET
-
Request Path: /res/openapi/v1/reward/history
-
Signature Required: No
-
Request Parameter:
name | type | required | description |
---|---|---|---|
coin | string | yes | coin type(NMC, DOGE, SYS, ELA) |
start_date | string | no | start date |
end_date | string | no | end date |
page | int | no | page |
limit | int | no | page limit |
- Response:
{
"code": 0,
"data": {
"count": 7,
"curr_page": 1,
"data": [
{
"coin": "DOGE",
"date": "2023-04-19",
"pplns_profit": "366.07702259",
"pps_profit": "0",
"solo_profit": "0",
"total_profit": "366.07702259"
}
],
"has_next": false,
"total": 7,
"total_page": 1
},
"message": "OK"
}
HTTP API Introduction
Account API
Hahrate API
- Acquire Account Hashrate
- Acquire Account Hashrate History
- Acquire Account Hashrate Chart
- Acquire Miner Hahrate
- Acquire Miner Hahrate Info
- Acquire Miner Hashrate History
- Acquire Miner Group Hashrate
- Acquire Miner Group Hashrate Info
Wallet API