GET
/
clob
/
markets
/
tickers
Get All 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
  }
]

Response

200 - application/json

All market tickers

poolId
string
lastPrice
number
high24h
number
low24h
number
volume24h
number
priceChange24h
number