GET
/
clob
/
pools
/
{poolId}
Get Pool by ID
curl --request GET \
  --url https://integrated-api.testnet.muchfi.xyz/api/clob/pools/{poolId}
{
  "poolId": "<string>",
  "baseToken": {
    "address": "<string>",
    "name": "<string>",
    "symbol": "<string>",
    "decimals": 123,
    "totalSupply": "<string>",
    "logoUri": "<string>",
    "priceUsd": 123
  },
  "quoteToken": {
    "address": "<string>",
    "name": "<string>",
    "symbol": "<string>",
    "decimals": 123,
    "totalSupply": "<string>",
    "logoUri": "<string>",
    "priceUsd": 123
  },
  "price": 123,
  "priceChange24h": 123,
  "volume24h": 123,
  "tvl": 123
}

Path Parameters

poolId
string
required

Pool ID

Response

200 - application/json

Pool details

poolId
string
baseToken
object
quoteToken
object
price
number
priceChange24h
number
volume24h
number
tvl
number