Skip to Content

EVM RPC

Use the EVM RPC branch when you need native EVM JSON-RPC semantics instead of the product-level Market API or Market WebSocket contract.

Solana stays labeled Beta and keeps its own canonical tree under /services/solana. This visible branch is reserved for the EVM route family, with the concrete route inventory listed below.

Current routes

  • POST /rpc/ethereum
  • POST /rpc/bnbchain
  • POST /rpc/base
  • POST /rpc/arbitrum
  • POST /rpc/optimism
  • POST /rpc/polygon

REST 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.

WebSocket API inventory

Reviewed EVM topics

The current public method pages focus on the reviewed Ethereum-style subscription topics exposed on the hosted EVM websocket family.

  • newHeads

    Receive one notification for each new canonical head on the hosted EVM route.

  • logs

    Subscribe to filtered log notifications over the hosted EVM route.

  • newPendingTransactions

    Receive one notification for each pending transaction hash on the hosted EVM route.

  • syncing

    Receive sync-status updates over the hosted EVM route.

Last updated on