Endpoints · Strategies

Get one strategy

GET/v2/strategies/{name}

Returns the full strategy definition for the calling user — same shape POST returns. Soft-deleted strategies are still accessible by name (their `status` field is `"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.

stringrequired

Strategy slug.

200
{ as_of, strategy: {...} }.
404
not_found — no strategy with that name on this account.