Get a pool on a network.
Pools
Get a pool on a network.
Get detailed liquidity, reserves, pricing, and metadata for a specific pool on a blockchain network
GET
Get a pool on a network.
Documentation Index
Fetch the complete documentation index at: https://docs.dexpaprika.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint overview
Get detailed liquidity, reserves, pricing, and metadata for a specific pool.FAQs
Which parameters are required?
Which parameters are required?
Provide both
network (e.g., ethereum, solana) and pool_address (on‑chain pool address). Optional: inversed to flip the price ratio.What does the `inversed` flag do?
What does the `inversed` flag do?
It returns prices and ratios from the opposite pair perspective (token1/token0). Leave it
false for the default token0/token1 view.How can I find a pool address?
How can I find a pool address?
Use the Coverage Checker tool or list a token’s pools from the token endpoint, then copy the desired pool’s address.
What units are returned?
What units are returned?
Prices are in USD where available; liquidity and volumes include USD fields. Raw token amounts are returned in token units.
How fresh is the data?
How fresh is the data?
Collection is near real‑time; responses reflect the latest indexed blocks/events per network.
Path Parameters
Unique pool address or identifier. Such as 0xc7bbec68d12a0d1830360f8ec58fa599ba1b0e9b for WETH / USDT on ethereum.
Query Parameters
Whether to invert the main price ratio in pool calculations.