Retrieve mark price, 24h statistics, and funding data for a symbol across supported exchanges.
GET/api/trading/ticker/{symbol}symbol (required - e.g., BTC, ETH, SOL)GET /api/trading/hyperliquid/ticker/{symbol}GET /api/trading/lighter/ticker/{symbol}GET /api/trading/aster/ticker/{symbol}success wrapper and per-exchange payload shape as shown in the aggregated example.
ASTER_API_KEY, ASTER_API_SECRET). The API layer signs requests automatically.markPrice — Most recent mark pricelastPrice — Most recent trade priceprevDayPrice — Price 24 hours agochange24h — 24-hour percentage changechange24hAbs — 24-hour absolute changevolume24h — Quote currency volumetimestamp — Unix epoch in millisecondsfundingRate, openInterestmarketId, indexPrice, high24h, low24h, noteasterSymbol, indexPrice, openPrice, high24h, low24h, fundingRate, nextFundingTime, volumeBaselast_trade_price as the calculated mark price is not exposed via API.success: false with an exchange-specific error message that includes a preview of available tickersAsset symbol using uppercase format (e.g., BTC, ETH, SOL).
"BTC"
Aggregated ticker data
Standard API response envelope for aggregated ticker requests.