Get spot candles
Returns OHLCV candlestick bars for an api-meta spot/equity market, aggregated at query time from a backfilled 1-minute dataset.
X-API-Key and no signature required. Only mounted on deployments where the candles sub-feature is enabled; absent otherwise.
Charting-library request schema using the platform’s market / timeframe parameter names. Differences from the platform GET /v1/candles:
marketis the underlying’s ticker symbol (AAPL) — the same keyGET /v1/api-meta/marketsuses, not a arcus market name.from/toare unix seconds (not milliseconds); millisecond timestamps are rejected with a400.countback, when present, is authoritative: exactly that many bars ending atto, andfromis treated as a hint (ignored). Withoutcountback,fromis required. Either way the response is capped at 1500 bars.- Bars are returned newest-first;
isFinalis false on the still-accumulating bucket. - No gap fill: buckets outside market hours are absent rather than forward-filled flat bars.
Query Parameters
Ticker symbol of the underlying, e.g. "AAPL".
"AAPL"
Bucket width, passed through as-is: platform tokens (1m 3m 5m 15m 30m 1h 2h 4h 8h 12h 1d 3d 1w), bare minutes (1, 60, 240), or D/1D/W/1W. Months are not supported.
"5m"
Window start, unix seconds (not millis). Required unless countback is present, in which case it is a hint and ignored. The bar containing from is included.
1776000000
Window end, unix seconds (not millis). The bar containing to is the newest returned.
1776600000
When present it is authoritative: exactly this many bars ending at to (capped at 1500), and from is ignored.
1 <= x <= 1500300
Response
Spot candle bars, newest-first.
OHLCV bars, newest-first.