Get Pool Details
GET /liquidity/pools/{poolId}
GET
/liquidity/pools/{poolId}
Get detailed information about a specific liquidity pool.
Authorizations
Parameters
Path Parameters
poolId
required
string format: uuid
The ID of the liquidity pool
Query Parameters
walletId
string format: uuid
Optional wallet ID to get user-specific details
Responses
200
Pool details
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