Get the ticker for one instrument
Returns the latest ticker snapshot for a single instrument named by instrument_name. The payload matches the data of a ticker_slim.{instrument}.{interval} subscription update (mark/index prices, best bid/ask, sizes, greeks, and related fields). Returns an error if no ticker is available. Public endpoint.
Body
Response
Success
Amount of contracts / tokens available at the best ask price.
Amount of contracts / tokens available at the best bid price.
Index price.
Mark price.
Best ask price.
Best bid price.
Maximum price at which an aggressive buyer can be matched. Any portion of a market order that would execute above this price is cancelled. A limit buy order with limit price above this value is treated as post only (i.e. it is rejected if it would cross any existing resting order).
Minimum price at which an aggressive seller can be matched. Any portion of a market order that would execute below this price is cancelled. A limit sell order with limit price below this value is treated as post only (i.e. it is rejected if it would cross any existing resting order).
Trailing 24-hour trading statistics.
Snapshot creation timestamp, in milliseconds since the Unix epoch.
Current hourly funding rate (perpetuals only; null otherwise).
Option greeks and implied vols (options only; null otherwise).
