Skip to main content
GET
Batch Get Market Candlesticks

Query Parameters

market_tickers
string
required

Comma-separated list of market tickers (maximum 100)

start_ts
integer<int64>
required

Start timestamp in Unix seconds

end_ts
integer<int64>
required

End timestamp in Unix seconds

period_interval
integer<int32>
required

Candlestick period interval in minutes

Required range: x >= 1
include_latest_before_start
boolean
default:false

If true, prepends the latest candlestick available before the start_ts. This synthetic candlestick is created by:

  1. Finding the most recent real candlestick before start_ts
  2. Projecting it forward to the first period boundary (calculated as the next period interval after start_ts)
  3. Setting all OHLC prices to null, and previous_price to the close price from the real candlestick

Response

Market candlesticks retrieved successfully

markets
object[]
required

Array of market candlestick data, one entry per requested market.