Skip to main content
GET
/
v1
/
spot
/
candles
Get candle data
curl --request GET \
  --url https://joyride.exchange/api/v1/spot/candles
{}

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.

Query Parameters

symbol
string

Asset symbol

timeframe
string

Candle timeframe (e.g., 1m, 5m, 1h)

start
integer

Start timestamp

end
integer

End timestamp

limit
integer

Maximum number of candles

Response

200 - application/json

Candle data

The response is of type object.