Skip to main content
GET
/
v1
/
custody
/
staking_history
/
request(
    "GET",
    "/v1/custody/staking_history/",
    {
        "coin": "ZEL",
    },
    api_key, api_secret, host
)
{
  "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"
    }
  }
  ]
}

Request

coin
String
The coin to filter by.
type
String
The activity type to filter by.
max_id
String
The maximum activity ID to return.
limit
String
The maximum number of activities to return.
product_id
Int
The product ID to filter by.

Response

success
bool
request successful or failed
result
object[]
request(
    "GET",
    "/v1/custody/staking_history/",
    {
        "coin": "ZEL",
    },
    api_key, api_secret, host
)
{
  "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!