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