Skip to main content
GET
/
v1
/
market
/
price-history
/
{id}
Get price history
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
    }
  ]
}

Path Parameters

id
string
required

Instrument identifier (e.g., SOL_USDC-28FEB26-150-C)

Query Parameters

start
integer

Start timestamp filter

end
integer

End timestamp filter

Response

200 - application/json

Price history

instrument_id
string
required
Example:

"SOL_USDC-28FEB26-150-C"

data
object[]
required