GET
/
v1
/
perps
/
aster
/
markets
/
{symbol}
/
ticker
Get Ticker
curl --request GET \
  --url https://api.example.com/v1/perps/aster/markets/{symbol}/ticker

Upstream Mapping

Maps to Aster’s GET /fapi/v1/ticker/24hr?symbol=<SYMBOL>USDT.

Request

symbol
string
required
Market symbol

Example

curl -H "X-API-Key: $API_KEY" \
  https://api.perps.studio/v1/perps/aster/markets/BTC/ticker
Response format matches the Hyperliquid ticker endpoint.