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 |
updatePairs
endpoint to receive the events.
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 |