Request
The coin to filter by.
The activity type to filter by.
The maximum activity ID to return.
The maximum number of activities to return.
The product ID to filter by.
Response
request successful or failed
Show object
Show object
Activity ID
The coin of the activity.
The absolute amount of the activity.
Action type(stake unstake reward fee).
1:fixed rate 2:estimated rate
The time of the activity.
Show object
Show object
Product name
Product description
Product detailed description doc
Coin code
Coin decimal
Reward coin
Reward coin decimal
Unstake fee
Min. amount to stake
Yearly ROI
1:fixed rate 2:estimated rate
Reward period
Staking type(Masternode, DPoS, etc)
If there’s a lockup period
Start stake time(mileseconds timestamp)
Stop stake time(mileseconds timestamp)
Start staking time(mileseconds timestamp)
Stop staking time(mileseconds timestamp)
Liquidate time(mileseconds timestamp)
Reward liquidate time(mileseconds timestamp)
Product id(unique)
product of group
Copy
request(
"GET",
"/v1/custody/staking_history/",
{
"coin": "ZEL",
},
api_key, api_secret, host
)
Copy
{
"success": true,
"result":[
{
"activity_id": "20230807160006000354399000008312",
"coin": "TETH",
"amount": "1176999339169",
"type": "stake",
"raw_type": 0,
"time": 1691395206207,
"product": {
"name": " TETH PoS\u6d4b\u8bd5",
"description": "TETH PoS test",
"doc_src": "https://www.cobo.com",
"coin": "TETH",
"coin_decimal": 18,
"reward_coin": "TETH",
"reward_coin_decimal": 18,
"unstake_fee": "0",
"min_amount": "1000000",
"rate": "0.2000000000",
"rate_type": 1,
"days": 0,
"stake_type": "pos",
"lockup": false,
"start_stake_time": 1691390700000,
"stop_stake_time": 1691393400000,
"start_staking_time": 1691393400000,
"stop_staking_time": 1691400600000,
"liquidate_time": 1691400660000,
"reward_liquidate_time": 1691400720000,
"product_id": 236088,
"product_group": " TETHPPSW"
}
},
{
"activity_id": "20230807160005000354399000003540",
"coin": "TETH",
"amount": "53741808",
"type": "unstake",
"raw_type": -3,
"time": 1691395205779,
"product": {
"name": " TETH PoS\u6d4b\u8bd5",
"description": "TETH PoS test",
"doc_src": "https://www.cobo.com",
"coin": "TETH",
"coin_decimal": 18,
"reward_coin": "TETH",
"reward_coin_decimal": 18,
"unstake_fee": "0",
"min_amount": "1000000",
"rate": "0.2000000000",
"rate_type": 1,
"days": 0,
"stake_type": "pos",
"lockup": false,
"start_stake_time": 1691385300000,
"stop_stake_time": 1691388000000,
"start_staking_time": 1691388000000,
"stop_staking_time": 1691395200000,
"liquidate_time": 1691395260000,
"reward_liquidate_time": 1691395320000,
"product_id": 236078,
"product_group": " TETHPPSW"
}
}
]
}
Feel free to share your feedback to improve our documentation!