Make requests
Call a JSON-RPC method
$ curl -X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc": "2.0", "id": 1, "method": "eth_blockNumber", "params": []}' \
"https://arb.chainrpc.io/v3/YOUR-API-KEY"$ {"jsonrpc":"2.0","id":1,"result":"0x5fe1df"}Last updated