MuchFi
CLOB Pools

Get Pool by ID

Get single pool with token data and price variations

GET
/clob/pools/{poolId}

Path Parameters

poolIdstring

Pool ID

Response Body

curl -X GET "https://integrated-api.mainnet.muchfi.xyz/api/clob/pools/string"
{
  "poolId": "string",
  "baseToken": {
    "address": "string",
    "name": "string",
    "symbol": "string",
    "decimals": 0,
    "totalSupply": "string",
    "logoUri": "string",
    "priceUsd": 0
  },
  "quoteToken": {
    "address": "string",
    "name": "string",
    "symbol": "string",
    "decimals": 0,
    "totalSupply": "string",
    "logoUri": "string",
    "priceUsd": 0
  },
  "price": 0,
  "priceChange24h": 0,
  "volume24h": 0,
  "tvl": 0
}