Skip to main content
GET
Returns the strategy’s allocation version history. Versions are immutable — once published, a version’s allocation never changes. Use this endpoint to inspect history and identify the active version.
  • Auth: x-api-key header (required)
  • Required scope: strategies:read

Response

Each entry contains:
  • version — sequential integer, server-assigned. 1 at create; each publish increments by 1.
  • allocation — assets and weights for that version.
  • changeLog — optional note from the publish call; null when not provided.
  • isHeadtrue for the active version. Exactly one per strategy.
  • createdAt — ISO 8601 timestamp.

Pagination

Cursor-paginated, newest first. Pass the previous response’s nextCursor verbatim as the next request’s ?cursor=. Default limit=50, max 200.

Cross-tenant access

Public strategies listed by List Discovery Strategies are also readable. Anything else returns 404 — strategies you don’t own are not exposed.