Pools

get

Returns the pool and its latest state

Path parameters
idstringRequired

Pool ID as hex string

Responses
chevron-right
200

Swap pool

application/json
get
/pool/by-id/{id}
get

Returns a list of pool details with its current state where the token names match. Search is case-insensitive and will find pools where either token matches any of the given ones

Query parameters
token0stringRequired
token1stringRequired
feeTierinteger · nullableOptional
Responses
chevron-right
200

Swap pools

application/json
get
/pool/by-token-names
get

Returns a list of pool details with its current state, where the provided ids match exactly and are optionally filtered by the fee tier

Query parameters
token0stringRequired
token1stringRequired
feeTierinteger · nullableOptional
Responses
chevron-right
200

Swap pools

application/json
get
/pool/by-token-ids
post

Returns a paginated list of pool statistics matching the provided filter criteria

Body
namestring[] · nullableOptional
minTvlinteger · nullableOptional
minVolumeinteger · nullableOptional
limitinteger · nullableOptional
offsetinteger · nullableOptional
userAddressstring · nullableOptional
Responses
chevron-right
200

swap pool

application/json
post
/pool/stats/by-filter
get

Returns a list of detailed statistics for pools matching the provided IDs, including token information, TVL, volume, fees, and APY data.

Query parameters
poolIdsstring[]Optional
Responses
chevron-right
200

swap pools

application/json
get
/pool/stats/by-ids
post

Returns a paginated list of token pairs with aggregated pool statistics filtered by the provided criteria

Body
namestring[] · nullableOptional
minTvlinteger · nullableOptional
minVolumeinteger · nullableOptional
limitinteger · nullableOptional
offsetinteger · nullableOptional
userAddressstring · nullableOptional
Responses
chevron-right
200

swap pools

application/json
post
/pool/stats/by-token-filter
get

Paginated list of swap pools stats matched by the filter

Query parameters
namestring · nullableOptional
sortVolumestring · nullableOptional
sortFeeGeneratedstring · nullableOptional
limitinteger · nullableOptional
offsetinteger · nullableOptional
Responses
chevron-right
200

swap pools

application/json
get
/pool
200

swap pools

Last updated