cURL
curl --request GET \ --url https://api.joyride.exchange/v1/market/price-history/{id}
{ "instrument_id": "SOL_USDC-28FEB26-150-C", "data": [ { "timestamp": 1709164800000000, "bid_price": 123, "ask_price": 123, "mid_price": 123, "spot_price": 123 } ] }
Returns historical bid, ask, mid, and spot price snapshots for an instrument.
Instrument identifier (e.g., SOL_USDC-28FEB26-150-C)
SOL_USDC-28FEB26-150-C
Start timestamp filter
End timestamp filter
Price history
"SOL_USDC-28FEB26-150-C"
Show child attributes