| chain | The blockchain where the token pair is traded | string |
| token_pair | The identifier of the token pair, e.g., ‘USDC-WETH’ | string |
| projects | List of DEX projects offering the token pair | array(string) |
| pool_ids | Contract addresses of pools containing the token pair | array(string) |
| token_a_address | Contract address of the first token in the pair | string |
| token_b_address | Contract address of the second token in the pair | string |
| one_day_volume | 24-hour USD trading volume for the token pair across all pools on all DEXes | double |
| seven_day_volume | 7-day USD trading volume for the token pair across all pools on all DEXes | double |
| thirty_day_volume | 30-day USD trading volume for the token pair across all pools on all DEXes | double |
| all_time_volume | Total USD trading volume for the token pair since inception across all pools on all DEXes | double |
| usd_liquidity | Current USD liquidity available in all pools for the token pair on all DEXes | double |
| seven_day_volume_liquidity_ratio | 7-day trading volume to liquidity ratio for the token pair across all pools on all DEXes | double |