---
title: "Get maximum APY for a list of asset mints"
method: POST
path: "/assets/apy"
tags: ["Yield Sources"]
---

# Get maximum APY for a list of asset mints

`POST /assets/apy`

## Request body

- AssetsApyRequest — Request body for assets APY endpoint
  - `mints` string[], required — Array of asset mint addresses to get APY for

## Response `200`

Maximum APY for the given mints

- AssetsApyResponse — Response for assets APY endpoint
  - `apy` string, required — Maximum APY percentage across all yield sources for the given mints (e.g., "5.25")

## Other responses

- `400` — Invalid request - mints array is required
- `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)
