Event Coverage

Check which event types, protocols, and networks are supported together before building a rule.

Supported Events by Protocol

Search or browse below to see which event types are supported for each protocol and network.

Base

mainnet · sepolia

BlockReorgBalanceConfirmed TxTx LogTx Trace

BNB Smart Chain

mainnet · testnet

BlockReorgBalanceConfirmed TxTx LogTx Trace

Kaia

mainnet · kairos

BlockReorgBalanceConfirmed TxTx LogTx Trace

Monad

mainnet · testnet

BlockReorgBalanceConfirmed TxTx LogTx Trace

Optimism

mainnet

BlockReorgBalanceConfirmed TxTx LogTx Trace

Ethereum

mainnet · hoodi (+ sepolia, no staking)

BlockReorgBalanceConfirmed TxTx LogTx TraceStaking RewardStaking Status
1 / 3

History depth & recovery windows

Event streaming is forward-only by design. What varies per chain is how much backfill is possible after an outage before data is permanently lost, bounded either by a chain-specific data layer or, by default, the platform-wide Kafka retention below. "Outage" here means an outage on the customer's side, for example a webhook target or WebSocket consumer being down, not an outage of Blockdaemon's own infrastructure.

Platform-wide limits (apply to all chains)

LayerRetentionNotes
Internal broadcast topic1 weekThe default recovery ceiling for any chain without its own longer-lived backfill source. Outages longer than this lose data regardless of chain.
Queuing system (customer-facing)10,000 messages per targetUsually the tighter limit in practice; see example below. Beyond it, older messages are dropped and a system.dropped.messages event is sent. See Webhook Handling.
📘

Example

For a busy Solana target, the 1-week window is not a reliable safety net. A short consumer outage can queue up 10,000 messages in under an hour, so keeping the webhook consumer healthy and monitoring for system.dropped.messages matters more than the 1-week figure suggests.

Per-chain recovery window

ChainRecovery windowBinding constraint
Solana1 weekBigTable slot storage retains 1 week of slots for gap detection. Backfill runs in parallel with live processing and does not block new data.
Stellar7 daysRPC getLedgers retention window. Beyond 7 days, recovery requires a self-hosted Galexie archive.
Ethereum, Base, BNB, Kaia, Monad, Polygon, Optimism, Tron, Polkadot/Assethub1 week (platform default)No chain-specific backfill mechanism beyond the internal broadcast topic retention.
Bitcoin, Bitcoin Cash, Dogecoin, Litecoin1 week (platform default)The underlying indexer holds full chain history, but the event-streaming delivery path itself is still bounded by the 1-week broadcast topic.
📘

Note

These are the outer limits for backfilling from an upstream outage. The 10,000-message queuing cap above still applies independently and, for busy targets, is typically the one reached first; see the example above.

👋 Need Help?

Contact us through email or our support page for any issues, bugs, or assistance you may need.


Did this page help you?