Credit Cost
TBD
Supported Chains
BASE_MAINNET
BSC_MAINNET
ETH_MAINNET
SONIC_MAINNET
Supported DEXes
UNISWAP_V2
UNISWAP_V3
UNISWAP_V4
PANCAKESWAP_V2
SHADOW_V2
SHADOW_V3
This stream is currently in Beta. It is stable for testing and evaluation but may undergo changes in schema or behavior as we continue to improve it. No API credits are currently charged.We welcome your feedback so please reach out to us directly to report issues or request features.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
chain_name | enum | Yes | Chain name to filter events (e.g. BASE_MAINNET , ETH_MAINNET , BSC_MAINNET ) |
pair_addresses | array<string> | Yes | Array of pair addresses on supported DEXes and chains to track |
Subscription
You can subscribe to theupdatePairs
endpoint to receive the events.
Basic Subscription Query
Complete Subscription Query
Response Format
Here’s an example of the response data structure:Field Descriptions
Field | Type | Description |
---|---|---|
chain_name | string | The blockchain network where the pair exists |
pair_address | string | The address of the DEX pair |
price | float | Price of the token |
price_usd | float | Price of the token in USD |
volume | float | Trading volume during the interval |
volume_usd | float | Trading volume in USD |
base_token | object | Information about the base token in the pair |
quote_token | object | Information about the quote token in the pair |
swap_counts | object | Swap counts for last 5m, 1hr, 6hr, 24hr |
price_deltas | object | Price deltas for last 5m, 1hr, 6hr, 24hr |