cURL
curl --request POST \ --url http://localhost:5935/bond \ --header 'Content-Type: application/json' \ --data ' { "amount": "1000000000000000000", "to": "0x1234567890abcdef1234567890abcdef12345678" } '
{ "txHash": "0x...", "status": "success" }
Delegate LPT tokens to an orchestrator
Amount of LPT to bond (in wei)
"1000000000000000000"
Orchestrator address to bond to
"0x1234567890abcdef1234567890abcdef12345678"
Bond successful
Transaction hash
"0x..."
Transaction status
"success"
Was this page helpful?