Dex Pools API
API for dex pools latest balances
Last updated
API for dex pools latest balances
Last updated
The Dex Pools API provides a comprehensive interface to query and retrieve detailed information about all supported Decentralized Exchange (DEX) pools. This API delivers real-time data on pool balances, including the latest token balances, enabling developers to access up-to-date liquidity information for seamless integration into applications.
Designed with performance and scalability in mind, the Dex Pools API ensures fast and reliable access to critical pool data, making it an essential tool for building decentralized finance (DeFi) applications, analytics platforms, and trading tools
Base URL:
The API responds with a JSON object containing a data
field, which includes an array of pool data with the latest token balances.
block_slot
: The slot number of the block.
block_time
: The date time of the block.
pool
: The address of the pool.
mint_a
: The mint address for token A.
mint_b
: The mint address for token B.
token_a_amount
: The current balance of token A in the pool.
token_b_amount
: The current balance of token B in the pool.
program
: The address of the dex program.
For a list of supported DEXes and indexed data details, please refer to the page