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