{chain} prefix — substitute eth, bsc, base, polygon, optimism, arbitrum, avalanche, or zksync for the network you want to consume.
For end-to-end connection details, SASL credentials, and SDK examples see Access Methods → Kafka Streams → EVM Streams. For the authoritative Protobuf definitions see github.com/chainstream-io/streaming_protobuf/evm.
Partitioning
All EVM topics are partitioned by one of:- Token address (bytes20) — for token-centric topics (
tokens,dex.trades,dex.pools,candlesticks,token-prices,token-supplies,token-market-caps,trade-stats,token-holdings) - Account address (bytes20) — for account-centric topics (
balances,v1.transfers.proto)
Topic matrix
{chain} ∈ eth | bsc | base | polygon | optimism | arbitrum | avalanche | zksync (see the chain availability matrix in EVM Streams).
DEX trades
| Topic | Proto message | Schema file | Description |
|---|---|---|---|
{chain}.dex.trades | TradeEvents | evm/trade_event.proto | Raw DEX swaps emitted as they are confirmed |
{chain}.dex.trades.processed | TradeEvents | evm/trade_event.proto | Same events enriched with USD / native price, suspect flags, and dedupe |
Tokens
| Topic | Proto message | Schema file | Description |
|---|---|---|---|
{chain}.tokens | TokenEvents | evm/token_event.proto | Token lifecycle events (create, update, migrate) |
{chain}.tokens.created | TokenEvents | evm/token_event.proto | Filtered stream of token-creation events only |
{chain}.tokens.processed | TokenEvents | evm/token_event.proto | Tokens enriched with description, image, social links |
Token-level statistics
| Topic | Proto message | Schema file | Description |
|---|---|---|---|
{chain}.token-prices | TokenPriceEvent | evm/token_price_event.proto | Aggregated price updates (USD + native) |
{chain}.token-supplies | TokenSupplyEvent | evm/token_supply_event.proto | Circulating + total supply changes |
{chain}.token-supplies.processed | TokenSupplyEvent | evm/token_supply_event.proto | Supplies with decimal normalization + USD value |
{chain}.token-market-caps.processed | TokenMarketCapEvent | evm/token_market_cap_event.proto | Market cap (circulating × price) |
{chain}.token-holdings | TokenHoldingEvent | evm/token_holding_event.proto | Holder count, top-N concentration |
{chain}.trade-stats | TradeStatEvent | evm/trade_stat_event.proto | Trade counts, volume, buyers / sellers |
Balances
| Topic | Proto message | Schema file | Description |
|---|---|---|---|
{chain}.balances | BalanceEvents | evm/balance_event.proto | Raw balance-change events per account |
{chain}.balances.processed | BalanceEvents | evm/balance_event.proto | Balance events enriched with USD + native value |
DEX pools
| Topic | Proto message | Schema file | Description |
|---|---|---|---|
{chain}.dex.pools | DexPoolEvents | evm/dex_pool_event.proto | Pool create / update / sync events |
{chain}.dex.pools.processed | DexPoolEvents | evm/dex_pool_event.proto | Pool events enriched with liquidity USD + native, fee tier |
Transfers
| Topic | Proto message | Schema file | Description |
|---|---|---|---|
{chain}.v1.transfers.proto | TransfersMessage | evm/transfers_message.proto | All token + native transfers (ERC-20 / ERC-721 / ERC-1155 / native) |
{chain}.v1.transfers.processed.proto | TransfersMessage | evm/transfers_message.proto | Transfers enriched with price at block-time + USD value |
Candlesticks
| Topic | Proto message | Schema file | Description |
|---|---|---|---|
{chain}.candlesticks | CandlestickEvents | candlestick.proto | Pre-aggregated OHLC across multiple resolutions |
Example consumer
Next
Solana Kafka Topics
Topic list for Solana
Tron Kafka Topics
Topic list for Tron
Kafka Streams overview
Connection, auth, partition model
EVM Streams guide
Field definitions and consumer examples

