---
title: "Get strategy information"
method: GET
path: "/strategy-info/{strategy_id}"
tags: ["Strategy Info"]
---

# Get strategy information

`GET /strategy-info/{strategy_id}`

Returns the strategy name, supported base-asset mint addresses, weighted APY, and APY per asset. APY values are percentage points (for example, `5.66` means 5.66%).

## Path parameters

- `strategy_id` string, required

## Response `200`

Strategy information retrieved successfully

- StrategyInfo
  - `apy` number, double, required — Weighted annual percentage yield expressed as percentage points.
  - `apy_per_asset` object, required — Annual percentage yield by base-asset mint, expressed as percentage points.
  - `assets` string[], required — Base-asset mint addresses supported by the strategy.
  - `strategy_id` string, required — Strategy identifier.
  - `strategy_name` string, required — Strategy display name.

## Other responses

- `401` — Missing API key
- `404` — Invalid, inactive, or expired API key
- `500` — Internal server error

---

[API](https://skmtc.net/breeze-baby/apis/breeze-api.md) · [All operations](https://skmtc.net/breeze-baby/apis/breeze-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/breeze-baby/breeze-api/revisions/d0a18846aa92/schema)
