Skip to content

Commit

Permalink
fix: updated dexes and chain support
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathbabu-moralis committed Nov 7, 2024
1 parent 7b05a7d commit 123a037
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/01-web3-data-api/evm/resources/05-supported-dexs.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ Simply click on a chain's name to jump to its respective section for more detail
- [Fantom Opera](#fantom-opera)
- [Cronos](#cronos)
- [Arbitrum](#arbitrum)
- [Optimism](#optimism)
- [Base](#base)
- [Linea](#linea)
- [Moonbeam](#moonbeam)
- [Ronin](#ronin)
- [PulseChain](#pulsechain)

:::note
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.
Expand Down Expand Up @@ -82,6 +86,7 @@ If you do not specify a particular `exchange`, our API takes a comprehensive app
| ----------------------------------------- | --------------------- |
| [Uniswap v3](https://app.uniswap.org/) | uniswapv3 |
| [Camelot V2](https://www.camelotsix.com/) | camelotv2 |
| [Sparta Dex](https://sparta.exchange/) | spartadex |

### Optimism

Expand All @@ -107,6 +112,25 @@ If you do not specify a particular `exchange`, our API takes a comprehensive app
| [PancakeSwap v3](https://pancakeswap.finance/v3) | pancakeswapv3 |
| [Nile](https://www.thenile.exchange/swap) | nile |

### Moonbeam

| Supported DEX(s) | Query Parameter Value |
| ------------------------------------- | --------------------- |
| [Beamswap](https://beamswap.io/) | beamswap |
| [StellaSwap](https://stellaswap.com/) | stellaswap |

### Ronin

| Supported DEX(s) | Query Parameter Value |
| ---------------------------------------- | --------------------- |
| [Katana](https://katana.roninchain.com/) | katana |

### PulseChain

| Supported DEX(s) | Query Parameter Value |
| ----------------------------- | --------------------- |
| [PulseX](https://pulsex.com/) | pulsex |

## Endpoints DEXs integration

The table shows the list of endpoints that are integrated with the supported DEXs:
Expand Down

0 comments on commit 123a037

Please sign in to comment.