Endpoints · Strategies

List positions for a strategy

GET/v2/strategies/{name}/positions

Lists positions belonging to a strategy. The position table is Tickerbot's own ledger — it records what the strategy did, not what's actually held at a brokerage. Position rows carry `entry_price` (shares-weighted across filled tranches), `entry_atr`, `peak_price`, share counts, `tranches_fired`, `realized_pnl_dollars`, and `exit_reason` (set when closed).

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.

stringrequired

Strategy slug.

stringdefault open

Filter by open/closed.

integerdefault 100

Page size. Max 500.

200
{ as_of, count, positions: [...] }. Sorted by opened_at desc.
400
bad_request — invalid status filter or strategy name.