Returns the best bid, best ask, and spread for an instrument. App-compatible performance fields use a chart-consistent inception baseline (first two-sided snapshot when at least two exist, else first positive mid snapshot).
Documentation Index
Fetch the complete documentation index at: https://docs.joyride.exchange/llms.txt
Use this file to discover all available pages before exploring further.
Instrument identifier (e.g., SOL_USDC-28FEB26-150-C)
Ticker data
Best bid/ask for a single instrument
"SOL_USDC-28FEB26-150-C"
Decimals for integer price fields (best_bid, best_ask, spread, mid_price). Always 6.
6
Decimals for integer size fields (best_bid_size, best_ask_size). Always 3.
3
Underlying units per contract — currently 1 for all listed instruments. Always read this from the response, never hard-code: future contracts may ship with a different multiplier.
1
Best bid price in USDC micros (null if no bids)
1500000
Size at best bid in millicontracts
2000
Best ask price in USDC micros (null if no asks)
1600000
Size at best ask in millicontracts
1500
Spread in USDC micros
100000