Skip to main content
WSS

Overview

Subscription Parameters

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

Message Fields

Each message in the stream follows the standard block schema:
block_number
number
Sequential block height.
block_hash
string
Keccak-256 hash of the block header (32 bytes, hex string, no 0x prefix).
parent_block_hash
string
Keccak-256 hash of the parent block.
miner
string
Fee recipient / coinbase address.
timestamp_utc
string
Timestamp when the block was mined.
_tracing_id
string
Tracing identifier for the canonical block record.
is_reorg
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