Get All Liquidity Pools
GET /liquidity/pools
GET
/liquidity/pools
Retrieve a list of all available liquidity pools.
Authorizations
Responses
200
List of available pools
Array<object>
object
poolId
UUID of the liquidity pool
string format: uuid
name
Human readable name for the pool
string
description
Description of the pool purpose
string
status
Current status of the pool
string
poolInfo
object
token0Symbol
Token symbol for token0 (e.g., “USDC”)
string
token1Symbol
Token symbol for token1 (e.g., “ETH”)
string
token0Reserve
Current amount of token0 in the pool
string
token1Reserve
Current amount of token1 in the pool
string
token0Price
Exchange rate - How much token1 you get for 1 token0
string
token1Price
Exchange rate - How much token0 you get for 1 token1
string
token0ContractDeploymentId
Contract deployment ID of token0
string
token1ContractDeploymentId
Contract deployment ID of token1
string
contractDeploymentId
Contract deployment ID of the pool
string
totalLiquidity
Total value of LP tokens in circulation
string
tvlUsd
Total value locked in USD
string
volume24h
Trading volume in the last 24 hours in USD
string
400
Bad Request
object
code
integer
400
message
string
Bad Request
details
string
Invalid input parameters