Skip to main content
POST
Public JSON-RPC proxy (no API key)

Path Parameters

chainId
string
required

Chain ID (e.g. 1 for Ethereum, 137 for Polygon, 8453 for Base).

Body

application/json
jsonrpc
enum<string>
required
Available options:
2.0
method
string
required

JSON-RPC method name (e.g. eth_blockNumber, eth_call).

id
any
required
params

Method parameters (varies by method).

Response

JSON-RPC response (single or batch)