---
title: "Get available strategy assets with their yield sources"
method: GET
path: "/strategy-available-assets"
tags: ["Strategies"]
---

# Get available strategy assets with their yield sources

`GET /strategy-available-assets`

## Response `200`

Available strategy assets with yield sources retrieved successfully

- StrategyAvailableAssetsResponse
  - `assets` StrategyAvailableAsset[], required — List of available strategy assets with their yield sources
    - `token_info` CodexToken, required
      - `address` string, required
      - `decimals` integer, required
      - `logo_uri` string, nullable
      - `name` string, required
      - `symbol` string, required
    - `yield_sources` ApiSelectiveYieldSource
      - `drift_lending` string, nullable
      - `jup_lend` string, nullable
      - `kamino` string, nullable
      - `marginfiv2` string, nullable

## Other responses

- `404` — Global configuration not found
- `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/versions/d0a18846aa92/schema)
