GET
/
clob
/
markets
/
{poolId}
/
ticker
Get Market Ticker
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
}

Path Parameters

poolId
string
required

Pool ID

Response

200 - application/json

Market ticker

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