Skip to main content
GET
/
v1
/
market
/
option-history
/
{name}
Get option price history
curl --request GET \
  --url https://joyride.exchange/api/v1/market/option-history/{name}
{
  "instrument_name": "<string>",
  "spot_data": [
    {}
  ],
  "option_data": [
    {}
  ]
}

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.

Path Parameters

name
string
required

Instrument name

Query Parameters

start
integer

Start timestamp in milliseconds

end
integer

End timestamp in milliseconds

Response

200 - application/json

Option history

instrument_name
string
required
spot_data
object[]
required
option_data
object[]
required