JSON-RPC methods
Dogecoin RPC
You can review the official Dogecoin API documentation HERE.
Example RPC
curl https://api.chainup.net/dogecoin/mainnet/<YOUR_API_KEY> \
-X POST \
-H 'content-type: application/json' \
-H "CONSISTENT-HASH: true" \
--data '{"jsonrpc":"2.0","method":"getpeerinfo","params":[],"id":32}'
Last updated
Was this helpful?