Returns OHLCV candlestick data for a perpetual futures market.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Perps trading market
"AAPL-USD.P"
Bar resolution. If the string has no "D", "W", or "M" suffix it is interpreted as minutes (e.g. 1, 5, 15, 30, 60, 240). Use suffixes for daily (e.g. 1D), weekly (1W), or monthly (1M).
"1"
Start of the requested time range (Unix timestamp in seconds)
1684814400
End of the requested time range (Unix timestamp in seconds)
1684900800
Array of OHLCV candles
Whether the request was successful
true
Error message, present only on failure
""
Semantic error code. See each endpoint's error responses for the specific codes it can return.
Deprecation notice, if applicable
""