An open API service indexing awesome lists of open source software.

https://github.com/duneanalytics/sim-idx-dex-trades

Index DEX trades with Sim IDX
https://github.com/duneanalytics/sim-idx-dex-trades

Last synced: 11 months ago
JSON representation

Index DEX trades with Sim IDX

Awesome Lists containing this project

README

          

# DEX Trades

**Index DEX trades from a variety of DEXs across multi-chains**

## Supported DEXs

- Uniswap V2 (incl. forks, see a comprehensive list of supported forks [here](./listeners/src/UniswapV2.sol))
- Uniswap V3 (incl. forks, see a comprehensive list of supported forks [here](./listeners/src/UniswapV3.sol))
- Uniswap V4
- Uniswap X
- FluidDex
- KyberSwap Limit Order Protocol (incl. Double Signature Limit Order Protocol)
- 1inch Limit Order Protocol V4
- Ekubo
- Sky PSM (prev. Maker PSM)
- AirSwap V4
- AirSwap V5
- Bancor Carbon
- CoW Protocol
- Ambient.finance (prev. CrocSwap)
- Curve.fi
- Balancer V2 (and its Swaap V2 fork)
- DODO V2
- WooFi
- Maverick V1
- Maverick V2
- 0x Protocol
- 0x Settler (currently we only support `MainnetSettler` RFQ orders, i.e., no support for `MainnetSettlerIntent` or `MainnetSettlerMetaTxn`)

## Schema

The schema is defined [here](./listeners/src/types/DexTrades.sol)