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
curl --request POST \
--url http://localhost:5935/bond \
--header 'Content-Type: application/json' \
--data '
{
"amount": "1000000000000000000",
"to": "0x1234567890abcdef1234567890abcdef12345678"
}
'{
"txHash": "0x...",
"status": "success"
}Was this page helpful?