curl --request GET \
--url https://integrated-api.testnet.muchfi.xyz/api/clob/markets/{poolId}/ticker{
"poolId": "<string>",
"lastPrice": 123,
"high24h": 123,
"low24h": 123,
"volume24h": 123,
"priceChange24h": 123
}Get market ticker for a pool
curl --request GET \
--url https://integrated-api.testnet.muchfi.xyz/api/clob/markets/{poolId}/ticker{
"poolId": "<string>",
"lastPrice": 123,
"high24h": 123,
"low24h": 123,
"volume24h": 123,
"priceChange24h": 123
}