Skip to main content
GET
Get a pool on a network.

Endpoint overview

Get detailed liquidity, reserves, pricing, and metadata for a specific pool.

FAQs

Provide both network (e.g., ethereum, solana) and pool_address (on-chain pool address). Optional: inversed to flip the price ratio.
It returns prices and ratios from the opposite pair perspective (token1/token0). Leave it false for the default token0/token1 view.
Use the Coverage Checker tool or search a network’s pools with GET /networks/{network}/pools/search?token_address={address}, then copy the desired pool’s id.
Prices are in USD where available; liquidity and volumes include USD fields. Raw token amounts are returned in token units.
Collection is near real-time; responses reflect the latest indexed blocks/events per network.

Path Parameters

network
string
required

Network slug or ID (e.g., 'solana'). You can find the list of supported networks with their IDs here: /networks.

pool_address
string
required

Unique pool address or identifier. Such as 0xc7bbec68d12a0d1830360f8ec58fa599ba1b0e9b for WETH / USDT on ethereum.

Query Parameters

inversed
boolean
default:false

Whether to invert the main price ratio in pool calculations.

Response

successful operation

id
string
created_at_block_number
number
chain
string
created_at
string<date-time>
factory_id
string
dex_id
string
dex_name
string
base_token_id
string

The base token ID for the price.

quote_token_id
string

The quote token ID for the price.

tokens
object[]
last_price
number
last_price_usd
number
fee
number
price_time
string
24h
object
6h
object
1h
object
30m
object
15m
object
5m
object