Proxima
  • 🎉Introduction
    • Welcome to Proxima
  • 🌊Streams
    • Overview
    • Quick start
    • Using streams
    • Our streams
      • Block headers
      • New tokens/collections
      • DEX events
      • Exchange rates
      • Private streams
        • Mangrove
        • All ERC20 events
        • All ERC721 events
        • Raw Uniswap events
      • Smart contract's events
    • Understanding streams
    • Architecture
  • 💾Data APIs
    • APIs
      • Fungible tokens
      • Decentralized exchanges
      • Account balances
  • 🚧Maru
    • Introduction
    • Programming Model
    • How Maru works
      • Architecture
      • Dataflow
      • Economics
      • Domain Specific Language
      • Arrangements
      • Open Problems
    • Background Knowledge
      • Multiset Hashes
      • Plonky2
    • Use Cases
      • Lifting Expensive Computation Off-Chain
      • Social Graph Database
      • Indexer
Powered by GitBook
On this page
  1. Data APIs
  2. APIs

Decentralized exchanges

PreviousFungible tokensNextAccount balances

Last updated 2 years ago

APIs providing information about decentralized exchanges (DEX) running on the blockchain, like , , etc.

  • /dexes — gets a list of all supported DEX services.

  • /dexes/{dexId} — returns the details of a given DEX.

  • /dexes/{dexId}/pools — lists all existing pools of a given DEX.

  • /dexes/{dexId}/pools/{poolId} — returns current information about a given pool.

  • /dexes/{dexId}/pools/{poolId}/events — lists events (swap, mint, burn, etc) happening in a given pool.

  • /dexes/{dexId}/pools/-/events — lists all events of a given DEX.

More information can be found in .

💾
Uniswap
Quickswap
Swagger documentation