Skip to main content
POST
/
v1
/
custody
/
staking_unstake
/
request(
    "POST",
    "/v1/custody/staking_unstake/",
    {
        "product_id": 2751
        "amount": 4000000000
    },
    api_key, api_secret, host
)
{
  "success": true,
  "result": true
}

Request

product_id
Int
required
The ID of the product to unstake.
amount
Int
required
The amount of the product to unstake.

Response

success
bool
request successful or failed
result
String
Success is "", failed is null.
request(
    "POST",
    "/v1/custody/staking_unstake/",
    {
        "product_id": 2751
        "amount": 4000000000
    },
    api_key, api_secret, host
)
{
  "success": true,
  "result": true
}
Feel free to share your feedback to improve our documentation!