Skip to main content
POST
/
rebond
Rebond tokens
curl --request POST \
  --url http://localhost:5935/rebond \
  --header 'Content-Type: application/json' \
  --data '
{
  "unbondingLockId": 0
}
'
{
  "txHash": "0x...",
  "status": "success"
}
This page is still cooking...
Expect big things soon!

Body

application/json
unbondingLockId
integer

ID of the unbonding lock to rebond

Example:

0

Response

200 - application/json

Rebond successful

txHash
string

Transaction hash

Example:

"0x..."

status
string

Transaction status

Example:

"success"

Last modified on January 13, 2026