Skip to main content
Use GET /events when you want more than just trade executions. This endpoint returns mixed event types in a single normalized stream.

Endpoint

GET /events

Request shape

ParameterRequiredNotes
exchangeYesExchange ID
assetYesNormalized asset or instrument ID
limitNoPage size
cursorNoOpaque pagination token
fromNoExplicit start time; usually requires bearer auth
toNoExplicit end time; usually requires bearer auth

Common event types

  • trade
  • bar
  • datapoint
  • orderbook

Access behavior

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

Next steps