/v1/evm/pools?input_token=X&output_token=Y returns candidate pools with no tvl_usd or volume_24h_usd field. Picking the canonical pool requires fanning out OHLC per candidate and ranking manually.
Proposed change. Add tvl_usd and volume_24h_usd to the pool list response. Allow order_by=tvl_usd&limit=N.
/v1/evm/pools?input_token=X&output_token=Yreturns candidate pools with notvl_usdorvolume_24h_usdfield. Picking the canonical pool requires fanning out OHLC per candidate and ranking manually.Proposed change. Add
tvl_usdandvolume_24h_usdto the pool list response. Alloworder_by=tvl_usd&limit=N.