Get Pools

Retrieves quotes for a specific token pair from multiple DEXs. It calculates the expected output for a given input amount (amountIn) on each DEX, enabling users to compare liquidity and pricing across platforms and choose the best option for their trades.

💡

Compute Unit Value: 80 (Fixed)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum

Comma-separated values of dex IDs. Find more here.

string
required

Array of token contract addresses for the pool pair to look up. Provide [tokenAAddress, tokenBAddress].

string
required

Amount of the input token to provide, specified in the token's smallest denomination (base units). Do not send human-readable decimal values. Examples: to swap 1 WETH (18 decimals), use "1000000000000000000"; to swap 1 USDC (6 decimals), use "1000000".

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json