Returns the strategy’s allocation version history, newest first.
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.Documentation Index
Fetch the complete documentation index at: https://docs.glider.fi/llms.txt
Use this file to discover all available pages before exploring further.
x-api-key header (required)strategies:readversion — 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.isHead — true for the active version. Exactly one per strategy.createdAt — ISO 8601 timestamp.nextCursor
verbatim as the next request’s ?cursor=. Default limit=50, max 200.
404 — strategies you don’t own are not exposed.