cURL
curl --request POST \ --url http://localhost:5935/unbond \ --header 'Content-Type: application/json' \ --data ' { "amount": "1000000000000000000" } '
{ "txHash": "0x...", "status": "success" }
Remove delegated tokens (starts unbonding period)
Amount of LPT to unbond (in wei)
"1000000000000000000"
Unbond initiated successfully
Transaction hash
"0x..."
Transaction status
"success"
Was this page helpful?