Skip to main content
POST
Get the ticker for one instrument

Body

application/json
instrument_name
string
required

Response

Success

A
string
required

Amount of contracts / tokens available at the best ask price.

B
string
required

Amount of contracts / tokens available at the best bid price.

I
string
required

Index price.

M
string
required

Mark price.

a
string
required

Best ask price.

b
string
required

Best bid price.

maxp
string
required

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).

minp
string
required

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).

stats
object
required

Trailing 24-hour trading statistics.

t
integer<int64>
required

Snapshot creation timestamp, in milliseconds since the Unix epoch.

f
string | null

Current hourly funding rate (perpetuals only; null otherwise).

option_pricing
object | null

Option greeks and implied vols (options only; null otherwise).