Skip to main content
GET
Returns a single strategy, including its allocation, rebalance schedule, swap preferences, and version number. You can read your own strategies, or any public strategy listed by List Discovery Strategies.
  • Auth: x-api-key header (required)
  • Scope: strategies:read
Allocation asset IDs are returned in CAIP-19 format. For your own strategies schedule is always populated; for public strategies you don’t own it is the creator’s cadence, or null when the creator has none configured. preferences shows the creator’s overrides — inner fields are null when no override is set. maxApy is the strategy’s advertised maximum APY as a decimal percentage string (e.g. "10.00" = 10%). It is managed by Glider and read-only through the API — display metadata, not a computed return. Read it instead of parsing APY figures out of the strategy name or description. The field is absent when no APY is advertised.
string
required
Strategy identifier.
Common error responses:
  • 400 when the path parameter is invalid
  • 401 when x-api-key header is missing or the key is invalid
  • 403 when the API key lacks the strategies:read scope
  • 404 when the strategy does not exist, or is neither owned by the tenant nor listed as a public strategy in discovery
  • 500 on unexpected server errors