Endpoints · Strategies
List positions for a strategy
GET
/v2/strategies/{name}/positionsLists 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.
Query parameters
stringrequiredStrategy slug.
stringdefault openFilter by open/closed.
integerdefault 100Page size. Max 500.
Status codes
200{ as_of, count, positions: [...] }. Sorted by opened_at desc.400bad_request — invalid status filter or strategy name.