getTickers
Retrieve current price, best bid/ask, and 24-hour trading statistics for any symbol across spot, futures, and options.
Instructions
Retrieve the latest price snapshot, best bid/ask price, and 24-hour trading statistics across all supported product types.
Use this endpoint when you need to:
Get the current last traded price (
lastPrice) for a symbolRetrieve best bid/ask price (
bid1Price,ask1Price) and size at level 1Access 24-hour high/low prices, volume, and turnover statistics
For options: retrieve implied volatility (
bid1Iv,ask1Iv,markIv) and Greeks
Supported Products: Spot, USDT contract, USDC contract, Inverse contract, Option
Response fields differ per category. For option, either symbol or baseCoin must be provided.
Do not use this endpoint for multi-level orderbook depth — use getOrderbook instead.
Do not use this endpoint for historical price data — use getMarketKline instead.
Notes:
Response fields differ per
category; see schema definitions for detailsFor
option: eithersymbolorbaseCoinmust be providedNo authentication required
Agent hint: Use this endpoint when the user asks about current price, 24h stats, or best bid/ask for any symbol. Response fields vary by category — spot, linear/inverse, and option each return different fields. For options, query by baseCoin to get all option tickers for a given underlying asset. For multi-level depth use getOrderbook; for historical candles use getMarketKline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | ||
| symbol | No | ||
| baseCoin | No | ||
| expDate | No |