GET
/
clob
/
pools
Get All Pools
curl --request GET \
  --url https://integrated-api.testnet.muchfi.xyz/api/clob/pools
{
  "pools": [
    {
      "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
    }
  ],
  "cursor": "<string>"
}

Query Parameters

Search by pool name or address

limit
integer

Number of results to return

cursor
string

Cursor for pagination

Response

200 - application/json

List of trading pools

pools
object[]
cursor
string