Skip to main content

Description

The Tokens & Liquidity streams provide real-time notifications for new ERC-20 token registrations and AMM pool deployments.

Stream Matrix

StreamSummaryDataset ID
ERC-20 TokensReal-time notifications for new token registrations0201
AMM PoolsNotifications for new pool deployments across DEXs0203
Fee TermsReal-time updates to pool fee configurations0204

Parameter Conventions

chain_id
number
required
Chain identifier for the target EVM network. See Chain enumeration for supported values.

Filters

  • ERC-20 Tokens: address (filter to a specific token).
  • AMM Pools: exchange_ids, pool_type_ids.
  • Fee Terms: pool_uids, exchange_ids.

Usage Guidance

  • New Asset Discovery — Use these streams to discover new tokens and pools as soon as they are deployed.
  • Join with Reserves — Use the pool_uid from a new pool event to subscribe to its Reserves stream.

See Also