DeAPI
  • DeAPI
  • Page
  • Solana
    • Get TX result on processing stage
    • Get token price
    • Subscribe to token price updates
  • Get token metadata
  • Subscribe to all swaps
  • Subscribe to token migrations
  • EVM
    • Subscribe to token price updates
  • Subscribe to all swaps
  • Get token metadata
Powered by GitBook
On this page

Subscribe to all swaps

There is no solution on the market to broadcast all swaps on DEX. We wrote a parser for all transactions and made a single SSE endpoint

Transactions come in an array with all transactions in a confirmed block

https://deapi.org/evm/swaps/sse?chain=ETH
https://deapi.org/evm/swaps/sse?chain=BASE
https://deapi.org/evm/swaps/sse?chain=BSC
Chain
Supported DEXes

Ethereum

Uniswap V2, V3

Base

Uniswap V2, V3

BNB Smart Chain

PancakeSwap V2, V3

PreviousSubscribe to token price updatesNextGet token metadata

Last updated 2 months ago