Skip to main content

Overview

Every transaction submitted through PolyNode RPC is tracked from submission to block inclusion. You can query the exact block position and confirmation latency.

Submit a Transaction

string
required
Hex-encoded signed transaction (with or without 0x prefix)

Response

Check Transaction Status

Pending

Confirmed

Expired

If a transaction isn’t included within ~128 seconds (64 blocks), it’s marked as expired:

Aggregate Stats

latest_block is the serving tip. The separate P2P and reference fields make sparse P2P full-block observations visible without allowing eth_blockNumber or validator targeting to remain stale. mapped_validators counts validator labels; unique_mapped_peers counts distinct peer connections behind those mappings, because one gossip or sentry peer can relay blocks from several authors.