跳转到主要内容
POST
/
rebond
Rebond tokens
curl --request POST \
  --url http://localhost:5935/rebond \
  --header 'Content-Type: application/json' \
  --data '
{
  "unbondingLockId": 0
}
'
{
  "txHash": "0x...",
  "status": "success"
}

请求体

application/json
unbondingLockId
integer

ID of the unbonding lock to rebond

示例:

0

响应

200 - application/json

Rebond successful

txHash
string

Transaction hash

示例:

"0x..."

status
string

Transaction status

示例:

"success"

Last modified on March 1, 2026