JSON-RPC methods

Litecoin RPC

You can review the official Litecoin RPC documentation HERE

Example RPC

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

Last updated