A curated list of decentralized exchanges (DEXs) and their supported networks.
This repository maintains an up-to-date list of popular decentralized exchanges across various blockchain networks. Each entry includes the DEX name, supported networks, and official website URL.
The data is stored in dex-list.json with the following structure:
{
"name": "Exchange Name",
"support_networks": ["Network1", "Network2"],
"url": "https://exchange-url.com"
}Currently tracked exchanges include:
- Uniswap (16 networks)
- PancakeSwap (8 networks)
- SushiSwap (8 networks)
- Curve (8 networks)
- dYdX (2 networks)
- Balancer (6 networks)
- TraderJoe (4 networks)
- Raydium (Solana)
- Orca (Solana)
- Osmosis (Cosmos)
- GMX (2 networks)
- KyberSwap (8 networks)
- 1inch (9 networks)
- Velodrome (Optimism)
- Camelot (Arbitrum)
- SpookySwap (Fantom)
- Maverick (3 networks)
- Hashflow (7 networks)
The list covers various blockchain networks including:
- Ethereum
- Arbitrum
- Avalanche
- Base
- BNB Chain
- Polygon
- Optimism
- Solana
- Cosmos
- Fantom
- Aptos
- And more...
Feel free to submit pull requests to add new DEXs or update existing information. Please ensure that:
- The DEX is live and operational
- Information is accurate and up-to-date
- The JSON format is maintained
This project is licensed under the MIT License. See the LICENSE file for details.
This list is for informational purposes only. Please do your own research before using any of the listed exchanges.
[
{
"name": "Uniswap",
"support_networks": [
"Ethereum",
"Arbitrum",
"Avalanche",
"Base",
"Blast",
"BNB Chain",
"Celo",
"Optimism",
"Polygon",
"World Chain",
"ZKsync",
"Zora"
],
"url": "https://uniswap.org"
},
{
"name": "PancakeSwap",
"support_networks": [
"Binance Smart Chain (BSC)",
"Ethereum",
"Polygon zkEVM",
"zkSync Era",
"Linea",
"Base",
"Arbitrum One",
"Aptos"
],
"url": "https://pancakeswap.com"
},
{
"name": "SushiSwap",
"support_networks": [
"Ethereum",
"Arbitrum",
"Avalanche",
"BNB Chain",
"Polygon",
"Fantom",
"Optimism",
"Base"
],
"url": "https://sushi.com"
},
{
"name": "Curve",
"support_networks": [
"Ethereum",
"Polygon",
"Arbitrum",
"Optimism",
"Avalanche",
"Fantom",
"BNB Chain",
"Base"
],
"url": "https://curve.fi"
},
{
"name": "dYdX",
"support_networks": [
"Ethereum",
"dYdX Chain"
],
"url": "https://dydx.exchange"
},
{
"name": "Balancer",
"support_networks": [
"Ethereum",
"Polygon",
"Arbitrum",
"Optimism",
"Base",
"Avalanche"
],
"url": "https://balancer.fi"
},
{
"name": "TraderJoe",
"support_networks": [
"Avalanche",
"Arbitrum",
"BNB Chain",
"Ethereum"
],
"url": "https://traderjoexyz.com"
},
{
"name": "Raydium",
"support_networks": [
"Solana"
],
"url": "https://raydium.io"
},
{
"name": "Orca",
"support_networks": [
"Solana"
],
"url": "https://www.orca.so"
},
{
"name": "Osmosis",
"support_networks": [
"Cosmos"
],
"url": "https://osmosis.zone"
},
{
"name": "GMX",
"support_networks": [
"Arbitrum",
"Avalanche"
],
"url": "https://gmx.io"
},
{
"name": "KyberSwap",
"support_networks": [
"Ethereum",
"BNB Chain",
"Polygon",
"Avalanche",
"Fantom",
"Arbitrum",
"Optimism",
"Base"
],
"url": "https://kyberswap.com"
},
{
"name": "1inch",
"support_networks": [
"Ethereum",
"BNB Chain",
"Polygon",
"Avalanche",
"Arbitrum",
"Optimism",
"Fantom",
"Klaytn",
"Base"
],
"url": "https://1inch.io"
},
{
"name": "Velodrome",
"support_networks": [
"Optimism"
],
"url": "https://velodrome.finance"
},
{
"name": "Camelot",
"support_networks": [
"Arbitrum"
],
"url": "https://camelot.exchange"
},
{
"name": "SpookySwap",
"support_networks": [
"Fantom"
],
"url": "https://spooky.fi"
},
{
"name": "Maverick",
"support_networks": [
"Ethereum",
"Base",
"Arbitrum"
],
"url": "https://maverick.trade"
},
{
"name": "Hashflow",
"support_networks": [
"Ethereum",
"BNB Chain",
"Polygon",
"Avalanche",
"Arbitrum",
"Optimism",
"Base"
],
"url": "https://hashflow.com"
}
]