Request
No parameters, no body, no auth.Response
Item fields
When to call
- Once at session start, to discover what is available.
- Before showing live APY in a UI; the server-side cache window is a few minutes.
- When the user is comparing strategies side-by-side.
GET /api/v1/strategies/{key}.
Errors
This endpoint does not return errors under normal conditions. If an upstream APY lookup fails, the correspondinglive.apy falls back to null; the strategy entry itself is still returned.
See also
GET /strategies/:key
Per-strategy full detail.
GET /apy/history
Time-series APY.