Skip to Content
RPC ServicesEVM HTTP APIOverview

EVM RPC HTTP API

Use raw EVM RPC HTTP when the runtime needs direct JSON-RPC method calls inside the current hosted EVM route family.

Public onboarding leads with compatibility-style RPC URLs. Put the API key in the path and keep one endpoint string per chain.

Current route family

HTTP pattern
POST {RPC_HTTP_BASE_URL}/v1/{CHAIN_NAME}/{API_KEY}
CHAIN_NAME
ethereum | bnbchain | base | arbitrum | optimism | polygon

Method examples use POST /v1/ethereum/{api_key}. Switch the route to another enabled EVM chain when needed.

Try the default method

Try send

Try eth_blockNumber

Send one direct browser request to the current hosted gateway base URL so the real network request is visible in devtools. The API key is only stored locally when you provide one.

API inventory

Chain and identity

Current route identity and gateway-visible client information.

Current state and execution support

Read current route state and perform basic execution simulations.

History and transaction inspection

Read blocks, transactions, receipts, and event logs.

Transaction submission

Submit signed raw transactions through the hosted route.

Last updated on