v1
latestOpenAPI 3.0.32026-07-1492428.9 KBExchange
/exchange/ticker
Retrieves aggregated ticker data for a market.
get/v1/exchange/ticker
Query parameters
symbolstring required
Market symbol.
Response
OK
Example response
{
"symbol": "0x123456",
"lastQuantityE9": "500000000",
"lastTimeAtMillis": 1625792400000,
"lastPriceE9": "32000000000000",
"lastFundingRateE9": "10000000",
"nextFundingTimeAtMillis": 1625800000000,
"avgFundingRate8hrE9": "5000000",
"oraclePriceE9": "32010000000000",
"oraclePriceDirection": 1,
"markPriceE9": "32000000000000",
"markPriceDirection": -1,
"marketPriceE9": "31000000000000",
"marketPriceDirection": -1,
"bestBidPriceE9": "31990000000000",
"bestBidQuantityE9": "1000000000",
"bestAskPriceE9": "32000000000000",
"bestAskQuantityE9": "1200000000",
"openInterestE9": "15000000000000",
"highPrice24hrE9": "34000000000000",
"lowPrice24hrE9": "31000000000000",
"volume24hrE9": "1200000000000",
"quoteVolume24hrE9": "38000000000000000",
"closePrice24hrE9": "31500000000000",
"openPrice24hrE9": "31800000000000",
"closeTime24hrAtMillis": 1625706000000,
"openTime24hrAtMillis": 1625619600000,
"firstId24hr": 12345678,
"lastId24hr": 12345999,
"count24hr": "321",
"priceChange24hrE9": "-200000000000",
"priceChangePercent24hrE9": "-630000000",
"updatedAtMillis": 1625792500000
}