Supported DEXs
The Moralis Token API seamlessly integrates with leading decentralized exchanges (DEXs) across multiple EVM blockchains, providing comprehensive support for token-related data.
DEX Support by Chain
The following tables show you how to find a list of supported chains on the Moralis Token API, along with the corresponding decentralized exchanges (DEXs) available on each chain.
Simply click on a chain's name to jump to its respective section for more details:
- Ethereum
- Polygon
- Binance Smart Chain (BSC)
- Avalanche
- Fantom Opera
- Cronos
- Arbitrum
- Optimism
- Base
- Linea
- Moonbeam
- Ronin
- PulseChain
If you do not specify a particular exchange, our API takes a comprehensive approach. It checks various exchanges one by one, ensuring that it finds the price you need. It does this while being smart about avoiding exchanges or pairs with low liquidity, guaranteeing you get reliable and accurate results for your queries.
Ethereum
Chain ID: 0x1
Supported DEX(s) | Query Parameter Value |
---|---|
Uniswap v3 | uniswapv3 |
Uniswap v2 | uniswapv2 |
Sushiswap v2 | sushiswapv2 |
Frax v2 | fraxswap |
Polygon
Chain ID: 0x89
Supported DEX(s) | Query Parameter Value |
---|---|
Quickswap v2 | quickswapv2 |
Uniswap v3 | uniswapv3 |
Uniswap v2 | uniswapv2 |
MM Finance | mm finance |
Binance Smart Chain (BSC)
Chain ID: 0x38
Supported DEX(s) | Query Parameter Value |
---|---|
PancakeSwap v3 | pancakeswapv3 |
PancakeSwap v2 | pancakeswapv2 |
PancakeSwap v1 | pancakeswapv1 |
Uniswap v3 | uniswapv3 |
Uniswap v2 | uniswapv2 |
Avalanche
Chain ID: 0xa86a
Supported DEX(s) | Query Parameter Value |
---|---|
TraderJoe | traderjoe |
Pangolin | pangolin |
Fantom Opera
Chain ID: 0xfa
Supported DEX(s) | Query Parameter Value |
---|---|
SpookySwap | spookyswap |
Uniswap v3 | uniswapv3 |
Cronos
Chain ID: 0x19
Supported DEX(s) | Query Parameter Value |
---|---|
VVS Finance | vvs |
MM Finance | mm finance |
Crodex | crodex |
Arbitrum
Chain ID: 0xa4b1
Supported DEX(s) | Query Parameter Value |
---|---|
Uniswap v3 | uniswapv3 |
Camelot V2 | camelotv2 |
Sparta Dex | spartadex |
Optimism
Chain ID: 0x64
Supported DEX(s) | Query Parameter Value |
---|---|
Sushiswap v2 | sushiswapv2 |
Uniswap v2 | uniswapv2 |
Base
Chain ID: 0x2105
Supported DEX(s) | Query Parameter Value |
---|---|
Sharkswap | sharkswap |
Uniswap v2 | uniswapv2 |
Uniswap v3 | uniswapv3 |
Sushiswap v2 | sushiswapv2 |
Sushiswap v3 | sushiswapv3 |
PancakeSwap v2 | pancakeswapv2 |
PancakeSwap v3 | pancakeswapv3 |
Baseswap | baseswap |
Aerodrome | aerodrome |
Linea
Chain ID: 0xe708
Supported DEX(s) | Query Parameter Value |
---|---|
PancakeSwap v3 | pancakeswapv3 |
Nile | nile |
Moonbeam
Chain ID: 0x504
Supported DEX(s) | Query Parameter Value |
---|---|
Beamswap v3 | beamswap |
StellaSwap | stellaswap |
Ronin
Chain ID: 0x7e4
Supported DEX(s) | Query Parameter Value |
---|---|
Katana | katana |
PulseChain
Chain ID: 0x171
Supported DEX(s) | Query Parameter Value |
---|---|
PulseX | pulsex |
9 Inch | 9inch |
Endpoints DEXs integration
The table shows the list of endpoints that are integrated with the supported DEXs:
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
1 | getTokenPrice | Get ERC20 token price | Method Documentation | https://deep-index.moralis.io/api/v2.2/erc20/:address/price |
2 | getMultipleTokenPrices | Get multiple token prices | Method Documentation | https://deep-index.moralis.io/api/v2.2/erc20/prices |
3 | getPairAddress | Get DEX token pair address | Method Documentation | https://deep-index.moralis.io/api/v2.2/:token0_address/:token1_address/pairAddress |