curl --request POST \
--url http://localhost:5935/unbond \
--header 'Content-Type: application/json' \
--data '
{
"amount": "1000000000000000000"
}
'{
"txHash": "0x...",
"status": "success"
}CLI HTTP endpoint to unbond LPT tokens from an orchestrator and start the withdrawal period.
curl --request POST \
--url http://localhost:5935/unbond \
--header 'Content-Type: application/json' \
--data '
{
"amount": "1000000000000000000"
}
'{
"txHash": "0x...",
"status": "success"
}Was this page helpful?