Skip to main content
WSS

Overview

Subscription Parameters

number
required
Target EVM network. See the Chain enumeration for supported values.

Message Fields

Each message in the stream follows the standard block schema:
number
Sequential block height.
string
Keccak-256 hash of the block header (32 bytes, hex string, no 0x prefix).
string
Keccak-256 hash of the parent block.
string
Fee recipient / coinbase address.
string
Timestamp when the block was mined.
string
Tracing identifier for the canonical block record.
boolean
If true, this message is a reorg correction and should be treated as an overwrite of previously emitted state at the same natural key (for blocks: block_number).

Subscription Example

Response Example

subscribe
type:object
unsubscribe
type:object
subscribe_response
type:object
unsubscribe_response
type:object
update
type:object
Last modified on April 6, 2026