Endpoints · Strategies

List strategies

GET/v2/strategies

Cursor-paginated. Sort: `created_at` desc, then `name` asc. Soft-deleted strategies are excluded unless you pass `?status=deleted`.

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.

string

Filter by status.

integerdefault 50

Page size. Max 200.

string

Opaque cursor from a prior response.

200
{ as_of, count, next_cursor, strategies: [...] }. Each strategy carries the full saved object.
400
bad_request — invalid status filter or malformed cursor.