Skip to main content
POST
/
v1
/
custody
/
mpc
/
babylon
/
unbonding
/
request(
    "POST",
    "/v1/custody/mpc/babylon/unbonding/",
    {
        "request_id": "1717059604245",
        "staking_request_id": "1717059601673"
    },
    api_key, api_secret, host
)
{
  "success": true,
  "result": ""
}

Request

request_id
String
required
transaction ID (unique identifier of a transaction request, which must correspond to a client’s transaction; UUID should be used and the length should be equal to or less than 120 characters)
staking_request_id
String
required
request ID of the staking transaction to be unbonded
Please note that only staking transactions with status 400 or 490 are eligible to be unbonded.

Response

success
bool
request successful or failed
result
String
""
request(
    "POST",
    "/v1/custody/mpc/babylon/unbonding/",
    {
        "request_id": "1717059604245",
        "staking_request_id": "1717059601673"
    },
    api_key, api_secret, host
)
{
  "success": true,
  "result": ""
}

Feel free to share your feedback to improve our documentation!