EVM RPC WebSocket API
Use raw EVM RPC WebSocket when the runtime needs native JSON-RPC subscription delivery instead of the product-level market stream contract.
Use the product-level Market WebSocket for market events. Stay here only when you need native EVM subscription semantics.
Current route family
Endpoints
/rpc/ethereum/wss/rpc/bnbchain/wss/rpc/base/wss
Topic examples use /rpc/ethereum/wss. Switch the endpoint to
another enabled EVM websocket route when needed.
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.
newHeadsReceive one notification for each new canonical head on the hosted EVM route.
logsSubscribe to filtered log notifications over the hosted EVM route.
newPendingTransactionsReceive one notification for each pending transaction hash on the hosted EVM route.
syncingReceive sync-status updates over the hosted EVM route.