V2 Integrator API
List strategy versions
Returns the strategy’s allocation version history, newest first.
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-keyheader (required) - Required scope:
strategies:read
Response
Each entry contains:version— sequential integer, server-assigned.1at create; each publish increments by 1.allocation— assets and weights for that version.changeLog— optional note from the publish call;nullwhen not provided.isHead—truefor the active version. Exactly one per strategy.createdAt— ISO 8601 timestamp.
Pagination
Cursor-paginated, newest first. Pass the previous response’snextCursor
verbatim as the next request’s ?cursor=. Default limit=50, max 200.
Cross-tenant access
Returns404 — strategies you don’t own are not exposed.