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
}Get single pool with token data and price variations
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
}