Skip to main content
GET
Returns list of pools which correspond to the given params

Authorizations

X-Api-Key
string
header
required

Query Parameters

blockchains
enum<string>[]

If set, only pools from given blockchains will be returned

Available options:
ton
dexes
enum<string>[]

If set, only pools from given DEXes will be returned

Available options:
stonfi,
dedust,
stonfi_v2,
coffee,
tonraffles,
tonco,
colossus,
bidask,
tonstakers,
bemo,
bemo_v2,
hipo,
torch_finance,
stakee,
kton,
evaa,
coffin,
moon,
storm_trade,
farmix_lending,
dao_lama_vault
trusted
boolean
default:true

Returns only those pools which are trusted by DEXes or community

with_active_boosts
boolean
default:false

Returns only pools which have active boosts

recently_created
boolean
default:false

Returns only pools created within last 24 hours

with_liquidity_from
string

If set, returns only pools in which liquidity has been partially provisioned by the given address

search_text
string

If set, look for given (sub-)text within pool's address, token tickers and addresses

order
enum<string>
Available options:
tvl,
volume,
apr
descending_order
boolean
default:true
in_groups
boolean
default:false

If set, groups pools by DEXes, then handles and returns each group separately

size
integer<int32>
default:10
Required range: 1 <= x <= 100
page
integer<int32>
default:1
Required range: x >= 1

Response

List of corresponding pools

total_count
integer<int32>
required
pools
object[]
required