curl --request POST \
--url http://localhost:5935/transferTokens \
--header 'Content-Type: application/json' \
--data '
{
"to": "0x1234567890abcdef1234567890abcdef12345678",
"amount": "1000000000000000000"
}
'{
"txHash": "0x...",
"status": "success"
}Transfer Tokens for Livepeer gateways.
curl --request POST \
--url http://localhost:5935/transferTokens \
--header 'Content-Type: application/json' \
--data '
{
"to": "0x1234567890abcdef1234567890abcdef12345678",
"amount": "1000000000000000000"
}
'{
"txHash": "0x...",
"status": "success"
}Documentation Index
Fetch the complete documentation index at: https://na-36-docs-v2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?