---
title: "Intrinsic APYs"
method: GET
path: "/v3/apys/intrinsic"
tags: ["APYs"]
---

# Intrinsic APYs

`GET /v3/apys/intrinsic`

Returns one row per chain and asset. The newest provider observation is selected; equal timestamps use provider and uniquifier ascending as deterministic tie-breakers.

## Query parameters

- `chainId` string
- `assets` string
- `fields` string
- `offset` integer
- `limit` integer

## Response `200`

Intrinsic APYs

- object
  - `data` IntrinsicApy[]
    - `chainId` integer
    - `address` string
    - `symbol` string
    - `apy` number — Percent number with 6 decimal places.
    - `provider` string
    - `source` string
    - `timestamp` string, date-time
  - `meta` PaginationMeta
    - `total` integer — Exact total count when the endpoint provides one.
    - `hasMore` boolean — Indicates whether another page exists beyond the current page.
    - `offset` integer
    - `limit` integer — Echoed page size after endpoint-side clamping.
    - `timestamp` string, date-time, required
    - `chainId` string — Comma-separated chain IDs for multi-chain responses.
    - `degradedProviders` string[] — Live providers whose data is incomplete in this response.

---

[API](https://skmtc.dev/euler/apis/euler-data-api-v3.md) · [All operations](https://skmtc.dev/euler/apis/euler-data-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/euler/euler-data-api-v3/revisions/9573a5fbd4a6/schema)
