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

Partitioning

  • Token address (base58-encoded TRC-20 contract address) — for token-centric topics (tokens, dex.trades, dex.pools, candlesticks, token-prices, token-supplies)
  • Account address — for account-centric topics (balances, v1.transfers.proto)
Events for the same contract or account land on the same partition in block order.

Topic matrix

DEX trades

Tokens

Token-level statistics

Balances

DEX pools

Transfers

Candlesticks

Example consumer

See the Tron Streams guide for additional consumer examples.

Next

EVM Kafka Topics

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

Solana Kafka Topics

Topic list for Solana

Kafka Streams overview

Connection, auth, partition model

Tron Streams guide

Field definitions and consumer examples