Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:5935/rebond \ --header 'Content-Type: application/json' \ --data ' { "unbondingLockId": 0 } '
{ "txHash": "0x...", "status": "success" }
Rebond for Livepeer gateways.
ID of the unbonding lock to rebond
0
Rebond successful
Transaction hash
"0x..."
Transaction status
"success"
Was this page helpful?