Best bid/ask, spread, mid, and spot price updates for an instrument.
Documentation IndexFetch the complete documentation index at: https://docs.joyride.exchange/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.joyride.exchange/llms.txt
Use this file to discover all available pages before exploring further.
{ "instrument_id": "<string>", "best_bid": 123, "best_ask": 123, "spread": 123, "mid_price": 123, "spot_price": 123, "greeks": { "delta": 123, "gamma": 123, "theta": 123, "vega": 123, "rho": 123, "iv": 123, "lambda": 123, "pop": 123 }}
Instrument identifier.
Best bid/ask, spread, mid price, spot price, and per-unit greeks for a single instrument. Fires on BBO change and on spot updates (debounced per instrument), so subscribers stay current as spot drifts between order book changes.