---
title: "Vault cap history (supply/borrow)"
method: GET
path: "/v3/evk/vaults/{chainId}/{address}/cap-history"
tags: ["Vaults"]
---

# Vault cap history (supply/borrow)

`GET /v3/evk/vaults/{chainId}/{address}/cap-history`

Returns historical changes to supply and borrow caps for this vault.

## Path parameters

- `chainId` integer, required
- `address` string, required

## Query parameters

- `from` integer, required
- `to` integer, required
- `offset` integer
- `limit` integer

## Response `200`

Vault cap history

- object
  - `data` CapHistoryItem[]
    - `supplyCap` string — Resolved supply cap as a bigint string in underlying asset units.
    - `borrowCap` string — Resolved borrow cap as a bigint string in underlying asset units.
    - `blockNumber` string — Block number of the change
    - `timestamp` string, date-time — Timestamp of the change
    - `txHash` string — Transaction hash
    - `logIndex` integer — Log index within the transaction receipt.
  - `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/2e0e17d09898/schema)
