Skip to main content
GET
/
v1
/
custody
/
unstakings
request(
    "GET",
    "/v1/custody/unstakings/",
    {
        "coin": "ZEL",
    },
    api_key, api_secret, host
)
{
  "success": true,
  "result": [
    {
      "coin": "ZEL",
      "coin_decimal": 8,
      "amount": 4000000000,
      "unstake_time": 1575388800000,
      "liquidate_time": 1575388800000
    },
    {},
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://cobo.com/developers/llms.txt

Use this file to discover all available pages before exploring further.

Request

coin
String
The coin to filter the positions by.

Response

success
bool
request successful or failed
result
object[]
request(
    "GET",
    "/v1/custody/unstakings/",
    {
        "coin": "ZEL",
    },
    api_key, api_secret, host
)
{
  "success": true,
  "result": [
    {
      "coin": "ZEL",
      "coin_decimal": 8,
      "amount": 4000000000,
      "unstake_time": 1575388800000,
      "liquidate_time": 1575388800000
    },
    {},
    {}
  ]
}