limitless_get_snapshots
Historical L2 depth snapshots (time series) for a Limitless market by slug. Every account plan; history is bounded by your plan window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fill | No | ffill returns ONE ROW PER BUCKET for the whole window, carrying the last captured book into buckets that held no capture. Each row then carries `filled` (0 = a capture, 1 = carried forward) and `as_of_ts`, the moment that book was recorded. Requires `interval`. Without it, `interval` returns only the buckets that held a capture — a short series means the market is quoted infrequently, not that data is missing. | |
| slug | Yes | Limitless market slug. | |
| limit | No | Page size (1–1000). | |
| cursor | No | Opaque pagination cursor from a previous response's pagination.next_cursor. | |
| end_time | No | End of time as ms-epoch or ISO-8601. History is clamped to your plan's window. | |
| interval | No | Downsample bucket — 30s, 1m, 5m, 1h, up to 1d. Returns the newest book in each bucket. Omit for every recorded book change. | |
| start_time | No | Start of time as ms-epoch or ISO-8601. History is clamped to your plan's window. |