curl --request POST \
--url http://localhost:5935/rebond \
--header 'Content-Type: application/json' \
--data '
{
"unbondingLockId": 0
}
'{
"txHash": "0x...",
"status": "success"
}Rebond tokens in unbonding state
curl --request POST \
--url http://localhost:5935/rebond \
--header 'Content-Type: application/json' \
--data '
{
"unbondingLockId": 0
}
'{
"txHash": "0x...",
"status": "success"
}Was this page helpful?