For the complete documentation index, see llms.txt. This page is also available as Markdown.

JSON-RPC methods

Tron RPC

You can review the official Tron RPC documentation HERE

Example RPC

curl https://api.chainup.net/tron/mainnet/<YOUR_API_KEY> \
-X POST \
-H 'content-type: application/json' \
-H "CONSISTENT-HASH: true" \
--data '{"jsonrpc":"2.0","method":"net_peerCount","params":[],"id":1}' 

Last updated