Endpoints · Strategies
Sparse fire events for a strategy on a ticker
GET
/v2/strategies/{name}/{ticker}/eventsReturns the condition-true intervals as `(start_t, end_t)` pairs — efficient when you only need fire moments rather than the full per-bar series.
Plan access
Hobby and above.
Rate limit
Hobby 60/min · Pro 2,000/min · Scale 10,000/min.
Capacity
Counts against your saved-rule capacity until v1.5 introduces a separate cap.
Query parameters
stringrequiredStrategy slug.
stringrequiredTicker symbol.
integerEarliest epoch ms.
integerLatest epoch ms.
stringOpaque cursor for pagination.
Status codes
200{ as_of, ticker, count, next_cursor, events: [{ start_t, end_t, start_price, end_price }, …] }. end_t is null when the span is still open.