Description
The Tokens & Liquidity streams provide real-time notifications for new ERC-20 token registrations and AMM pool deployments.Stream Matrix
| Stream | Summary | Dataset ID |
|---|---|---|
| ERC-20 Tokens | Real-time notifications for new token registrations | 0201 |
| AMM Pools | Notifications for new pool deployments across DEXs | 0203 |
| Fee Terms | Real-time updates to pool fee configurations | 0204 |
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.