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