GET
/
v1
/
custody
/
stakings
/
request(
    "GET",
    "/v1/custody/stakings/",
    {
        "coin": "ZEL",
    },
    api_key, api_secret, host
)
{
  "success": true,
  "result": [
  {
    "staking_id": 57520,
    "coin": "TETH",
    "coin_decimal": 18,
    "amount": "23391613625225404",
    "reward_coin": "TETH",
    "reward_coin_decimal": 18,
    "reward_amount": 873919022232,
    "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": 1691387100000,
      "stop_stake_time": 1691389800000,
      "start_staking_time": 1691389800000,
      "stop_staking_time": 1691397000000,
      "liquidate_time": 1691397060000,
      "reward_liquidate_time": 1691397120000,
      "product_id": 236080,
      "product_group": " TETHPPSW"
    }
  },
  {
    "staking_id": 57523,
    "coin": "TETH",
    "coin_decimal": 18,
    "amount": "1063172",
    "reward_coin": "TETH",
    "reward_coin_decimal": 18,
    "reward_amount": 28,
    "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": 1691388900000,
      "stop_stake_time": 1691391600000,
      "start_staking_time": 1691391600000,
      "stop_staking_time": 1691398800000,
      "liquidate_time": 1691398860000,
      "reward_liquidate_time": 1691398920000,
      "product_id": 236082,
      "product_group": " TETHPPSW"
    }
  }
  ]
}

Request

coin
String
The coin to query staking information for.
language
String
The language to parse product information in.

Response

success
bool
request successful or failed
result
object[]
request(
    "GET",
    "/v1/custody/stakings/",
    {
        "coin": "ZEL",
    },
    api_key, api_secret, host
)
{
  "success": true,
  "result": [
  {
    "staking_id": 57520,
    "coin": "TETH",
    "coin_decimal": 18,
    "amount": "23391613625225404",
    "reward_coin": "TETH",
    "reward_coin_decimal": 18,
    "reward_amount": 873919022232,
    "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": 1691387100000,
      "stop_stake_time": 1691389800000,
      "start_staking_time": 1691389800000,
      "stop_staking_time": 1691397000000,
      "liquidate_time": 1691397060000,
      "reward_liquidate_time": 1691397120000,
      "product_id": 236080,
      "product_group": " TETHPPSW"
    }
  },
  {
    "staking_id": 57523,
    "coin": "TETH",
    "coin_decimal": 18,
    "amount": "1063172",
    "reward_coin": "TETH",
    "reward_coin_decimal": 18,
    "reward_amount": 28,
    "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": 1691388900000,
      "stop_stake_time": 1691391600000,
      "start_staking_time": 1691391600000,
      "stop_staking_time": 1691398800000,
      "liquidate_time": 1691398860000,
      "reward_liquidate_time": 1691398920000,
      "product_id": 236082,
      "product_group": " TETHPPSW"
    }
  }
  ]
}