Strategies
Get Strategy
Returns strategy detail by ID.
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.
Common error responses:
- Auth:
x-api-keyheader (required) - Scope:
strategies:read
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.
400when the path parameter is invalid401whenx-api-keyheader is missing or the key is invalid403when the API key lacks thestrategies:readscope404when the strategy does not exist, or is neither owned by the tenant nor listed as a public strategy in discovery500on unexpected server errors