---
title: "GET /admin/yield-sources"
method: GET
path: "/admin/yield-sources"
tags: ["Admin"]
---

# GET /admin/yield-sources

`GET /admin/yield-sources`

## Response `200`

Yield sources grouped by asset retrieved successfully

- AdminYieldSourcesResponse — Response type for admin yield sources grouped by asset
  - `assets` AdminAssetYieldSources[], required — Yield sources by asset
    - `mint` string, required — Base asset mint address
    - `yield_sources` ApiSelectiveYieldSource, required
      - `drift_lending` string, nullable
      - `jup_lend` string, nullable
      - `kamino` string, nullable
      - `marginfiv2` string, nullable
  - `total_assets` integer, required — Total number of assets with yield sources configured

## Other responses

- `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)
