DEX Trade History
Recent swap-level trade history and volume intelligence across major chains
DEX swap history product indexing Uniswap V2/V3-style trades across Ethereum, Base, and Arbitrum. Includes pair-level event feeds, sender context, notional volume, and quick volume statistics for market surveillance and execution research.
x402 API — $0.001-$0.005/query Snowflake — $0.0015-$0.0075/query Databricks — $0.0012-$0.006/query
Use cases
- ✓ Pair-level flow monitoring
- ✓ DEX volume trend analysis
- ✓ Execution quality and slippage studies
- ✓ MEV and routing analysis
- ✓ Cross-chain liquidity comparisons
Response fields
| Field | Type | Description |
|---|---|---|
| tx_hash | string | Swap transaction hash |
| block_number | integer | Block height |
| timestamp | string | Event timestamp |
| chain | string | Blockchain network |
| dex | string | DEX protocol source |
| pair | string | Trading pair symbol |
| amount_in | number | Input token amount |
| amount_out | number | Output token amount |
| price | number | Trade price at event time |
Example queries
Recent pair trades
GET /api/v1/dex/trades?pair=WETH-USDC&chain=ethereum&limit=100 Returns latest indexed trades for a pair
Available pairs
GET /api/v1/dex/pairs?chain=ethereum Lists indexed pairs with trade counts and volume
Volume statistics
GET /api/v1/dex/volume?pair=WETH-USDC&period=24h Returns rolling volume and activity stats