Overview
The Tokens & Liquidity streams provide real-time notifications for new ERC-20 token registrations and AMM pool deployments.Stream Matrix
Parameter Conventions
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_uidfrom a new pool event to subscribe to its Reserves stream.
See Also
- EVM Entities Reference — For static metadata details.
- Introduction — Protocol and authentication details.