---
title: "Get a specific yield source by its ID with basic stats"
method: GET
path: "/yield-source/{yield_source_id}"
tags: ["Yield Sources"]
---

# Get a specific yield source by its ID with basic stats

`GET /yield-source/{yield_source_id}`

## Path parameters

- `yield_source_id` string, required

## Response `200`

Yield source retrieved successfully

- YieldSourceResponse
  - `yield_source` ApiYieldSource, required
    - `base_assets` string[], required — List of supported base assets
    - `current_apy` number, double, required — Current annual percentage yield
    - `pubkey` string, required — Unique identifier for the yield source
    - `risk` integer, required — Risk level (0-255, lower is safer)
    - `source` string, required — Protocol/source name (e.g., "kamino", "marginfi", "drift")
    - `updated_at_timestamp` integer, required — Timestamp when the data was last updated
    - `yield_type` string, required — Type of yield source (e.g., "Lending", "TokenStaking", etc.)

## Other responses

- `404` — Yield source 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)
