Export Ticks
Tick Data
Export Ticks
Stream large tick datasets as CSV or JSONL.
GET
Export Ticks
Streams raw tick data as a downloadable file. Use this for bulk export — the response is streamed as soon as data is available, so you don’t wait for the full result.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)
csv or jsonlResponse
Stream of CSV rows or JSONL lines. TheContent-Disposition header tells your client to save as a file.