Skip to main content
Authoritative list of Kafka topics published for Solana. All topics use the sol. prefix. For end-to-end connection details, SASL credentials, and SDK examples see Access Methods → Kafka Streams → Solana Streams. For the authoritative Protobuf definitions see github.com/chainstream-io/streaming_protobuf/solana.

Partitioning

  • Mint address (32-byte pubkey, base58-encoded) — for token-centric topics (tokens, dex.trades, dex.pools, candlesticks, token-prices, token-supplies, token-market-caps, trade-stats, token-holdings)
  • Account address — for account-centric topics (balances, transfers)
Events for the same mint or account land on the same partition in slot order.

Topic matrix

DEX trades

Tokens

Token-level statistics

Balances

DEX pools

Transfers

Candlesticks

Example consumer

See the Solana Streams guide for Go and JavaScript equivalents.

Next

EVM Kafka Topics

Topic list for Ethereum, BSC, Base, Polygon and more

Tron Kafka Topics

Topic list for Tron

Kafka Streams overview

Connection, auth, partition model

Solana Streams guide

Field definitions and consumer examples