---
title: "Protocol-wide EVK lending stats across chains"
method: GET
path: "/v3/protocol/stats"
tags: ["Protocol"]
---

# Protocol-wide EVK lending stats across chains

`GET /v3/protocol/stats`

Returns EVK lending aggregates across the selected chains. `earnTotalAssetsUsd` is reported separately and is not part of `totalSuppliedUsd` or `utilization`.

## Query parameters

- `chainId` string

## Response `200`

Protocol stats

- object
  - `data` ProtocolStats — EVK lending aggregates across the selected chains, with Earn TVL reported separately.
    - `totalSuppliedUsd` number — Total EVK lending supply in USD. This is the sum of vault `cash + totalBorrows` valued in USD and excludes Earn vault assets.
    - `totalBorrowedUsd` number — Total EVK lending borrows in USD across the selected chains.
    - `earnTotalAssetsUsd` number — Total Earn vault assets in USD. Reported separately and not included in `totalSuppliedUsd` or `utilization`.
    - `utilization` number — EVK lending utilization, computed as `totalBorrowedUsd / totalSuppliedUsd`. Earn assets are excluded from the denominator.
    - `vaultCount` integer
    - `chainCount` integer
  - `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.

## Other responses

- `400` — Bad request
- `429` — Rate limited
- `500` — Internal server error

---

[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/9e69e7cdb054/schema)
