Get Ticks
Tick Data
Get Ticks
Raw tick-level orderbook events.
GET
Get Ticks
Returns the raw event stream for an asset within a time range. Each tick is a single orderbook event (price change, snapshot, etc.) at millisecond precision.Documentation Index
Fetch the complete documentation index at: https://docs.polydata.live/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Outcome token ID
Start time (Unix ms)
End time (Unix ms)
Filter:
price_change, book, last_trade_priceMax ticks (1-100000)
Response
Array of tick events. Each has
t, event, side, best_bid, best_ask, price, size.