Skip to main content
The agent’s primary “what can I do here?” entry point. Returns every strategy the API knows about, with the same live numbers the human surface displays.

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.
For static metadata (steps, trust labels, on-chain handles) and deeper detail on a single strategy, use GET /api/v1/strategies/{key}.

Errors

This endpoint does not return errors under normal conditions. If an upstream APY lookup fails, the corresponding live.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.