Skip to main content
Use GET /ohlcv when you want interval-based bar data instead of raw executions.

Endpoint

GET /ohlcv

Request shape

ParameterRequiredNotes
exchangeYesExchange ID
assetYesNormalized asset or instrument ID
intervalYesDuration token such as 1m, 5m, or 1h
formatNoSupports tradingview
limitNoPage size
cursorNoOpaque pagination token
fromNoExplicit start time; usually requires bearer auth
toNoExplicit end time; usually requires bearer auth

Access behavior

ModeBehavior
No API keyLimited to the latest 6 hours and latest 50 bars
With API keySupports broader historical queries and custom time bounds

Next steps

  • Read OHLCV to understand the bar payload.
  • Read Trades API if you need execution-level data instead of bars.
  • Read Snapshots if you want bulk historical standardized files.