Skip to main content
An enumeration of supported decentralized exchange protocol IDs. These identifiers map to AMM protocols and DEX implementations across supported EVM chains.

Values

ValueDescriptionNotes
1Uniswap V2Constant product (x·y=k).
2Uniswap V3Concentrated liquidity.
3Uniswap V4Hook-enabled architecture.
4Balancer V2Weighted/stable pools.
5SushiSwap V2Fork of Uniswap V2.
6PancakeSwap V2Constant product AMM.
7PancakeSwap V3Concentrated liquidity.
8Trader Joe V1Legacy liquidity book.
9Trader Joe V2Liquidity book v2.
10Trader Joe V2.1Liquidity book v2.1.
11Trader Joe V2.2Liquidity book v2.2.
12Aerodrome V1Base ecosystem AMM.
13SushiSwap V3Concentrated liquidity.
14Aerodrome SlipStreamClassic/Slipstream variants.
15Balancer V3Next-generation Balancer pools.
16CurveStablecoin-focused AMM.
17MaverickDirectional liquidity pools.
18BaseSwapBase-native DEX.
19Velodrome V1Optimism fork.
20Velodrome V2Optimism fork v2.
21Velodrome V3Optimism fork v3.
22PulseX V1Pulsechain DEX.
23PulseX V2Pulsechain DEX v2.

Usage Notes

  • Exchange IDs map to protocol implementations, not individual pool addresses. Use these identifiers when filtering by exchange_id in reserves and pricing endpoints.
  • Status reflects current coverage as documented in the Data Catalog Coverage page.
  • Additional protocols may be added over time; clients should gracefully handle unknown exchange IDs.