request(
"POST",
"/v1/custody/mpc/babylon/unbonding/",
{
"request_id": "1717059604245",
"staking_request_id": "1717059601673"
},
api_key, api_secret, host
)
coboFetch('POST', '/v1/custody/mpc/babylon/unbonding/', {
"request_id": "1717059604245",
"staking_request_id": "1717059601673"
}, api_key, api_secret, host)
.then(res => {
res.json().then((data)=>{
console.log(JSON.stringify(data, null, 4));
})
}).catch(err => {
console.log(err)
});
Request("POST", "/v1/custody/mpc/babylon/unbonding/", map[string]string{
"request_id": "1717059604245",
"staking_request_id": "1717059601673"
})
{
"success": true,
"result": ""
}
Babylon Staking
Babylon Unbonding
This content applies to WaaS 1.0 only. We highly recommend that you upgrade to WaaS 2.0.
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
)
coboFetch('POST', '/v1/custody/mpc/babylon/unbonding/', {
"request_id": "1717059604245",
"staking_request_id": "1717059601673"
}, api_key, api_secret, host)
.then(res => {
res.json().then((data)=>{
console.log(JSON.stringify(data, null, 4));
})
}).catch(err => {
console.log(err)
});
Request("POST", "/v1/custody/mpc/babylon/unbonding/", map[string]string{
"request_id": "1717059604245",
"staking_request_id": "1717059601673"
})
{
"success": true,
"result": ""
}
Request
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)
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
bool
request successful or failed
String
""
request(
"POST",
"/v1/custody/mpc/babylon/unbonding/",
{
"request_id": "1717059604245",
"staking_request_id": "1717059601673"
},
api_key, api_secret, host
)
coboFetch('POST', '/v1/custody/mpc/babylon/unbonding/', {
"request_id": "1717059604245",
"staking_request_id": "1717059601673"
}, api_key, api_secret, host)
.then(res => {
res.json().then((data)=>{
console.log(JSON.stringify(data, null, 4));
})
}).catch(err => {
console.log(err)
});
Request("POST", "/v1/custody/mpc/babylon/unbonding/", map[string]string{
"request_id": "1717059604245",
"staking_request_id": "1717059601673"
})
{
"success": true,
"result": ""
}
