---
title: "Bad debt by borrow vault"
method: GET
path: "/v3/evk/vaults/bad-debt"
tags: ["Vaults"]
---

# Bad debt by borrow vault

`GET /v3/evk/vaults/bad-debt`

Borrow-vault aggregate of asset-value bad debt. Rows include only underwater account/borrow-vault positions where gross debt value exceeds the current value of enabled collateral considered for that debt position. Healthy accounts are omitted and no chain-level bad-debt total is exposed. Values use asset-value insolvency, not risk-adjusted LTV shortfall.

## Query parameters

- `chainId` string, required
- `borrowVault` string
- `minBadDebtUsd` number
- `offset` integer
- `limit` integer

## Response `200`

Borrow-vault bad-debt rows

- object
  - `data` object[]
    - `chainId` integer
    - `borrowVault` string
    - `borrowAsset` string
    - `accountCount` integer — Number of underwater accounts contributing to this borrow-vault row.
    - `debtUsd` number, double — Gross USD debt for underwater account/borrow-vault positions.
    - `collateralUsd` number, double — Current enabled collateral value considered for those underwater positions.
    - `coveredDebtUsd` number, double — Portion of debt covered by current collateral value.
    - `badDebtUsd` number, double — Uncovered debt, equal to debtUsd minus coveredDebtUsd within tolerance.
    - `calculationTimestamp` string, date-time
    - `priceTimestamp` string, date-time, nullable
    - `refreshedAt` string, date-time
  - `meta` object
    - `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.
    - `outcome` 'disabled' | 'removed' — On a toolbox config DELETE, what happened to the row.
    - `origin` 'baseline' | 'override' — On a toolbox config DELETE, whether the row is shipped in YAML (`baseline`) or was created through the API (`override`).
    - `products` ProductLabels[] — On a curation vault `POST`, `PUT`, or `PATCH`: the products the write touched (the one the vault left and the one it joined) as they are after the write, `governanceMode` included, so the caller applies them instead of re-reading.
      - `id` string, required
      - `chainId` integer, required
      - `entityId` string, required
      - `coBrandEntityIds` string[], required — Additional entities whose logos should be displayed. Product management remains exclusively with entityId.
      - `name` string, required
      - `logo` string, nullable
      - `description` string, nullable
      - `url` string, nullable
      - `portfolioNotice` string, nullable
      - `isDeprecated` boolean, required
      - `deprecationReason` string, nullable
      - `notExplorable` boolean, nullable, required — Curator listing flag. `null` leaves the decision to platform overrides and deprecation, `true` hides the vault(s) from discovery, `false` keeps a deprecated vault listed.
      - `governanceMode` 'governed' | 'ungoverned' | 'unknown', required — Derived by the server from the on-chain governor of member vaults; clients cannot set it. Products are created as `unknown`. Every vault assignment recomputes the mode over the resulting member set and rejects sets that mix governed and ungoverned vaults. Layer 2 adopts `governed` or `ungoverned` for an `unknown` product once its membership verifies against chain state. Entity members cannot update or delete an `ungoverned` product or its vaults after the initial assignment.
      - `resolved` ResolvedProductLabels, required — Read-time entity fallbacks for display. Derived, never stored.
        - `entityName` string, nullable, required
        - `url` string, nullable, required — Product url, falling back to the owning entity url.
        - `logo` string, nullable, required — Product logo, falling back to the owning entity logo.
      - `anyExplorableLend` boolean, required — True when at least one member vault is lend-discoverable per the materialized visibility verdicts. Live chain state (e.g. borrowability) is deliberately excluded.
      - `anyExplorableBorrow` boolean, required — True when at least one member vault is borrow-discoverable per the materialized visibility verdicts. Live chain state (e.g. borrowability) is deliberately excluded.
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required
      - `hold` LabelHoldSummary — What a draft read shows on a held row.
        - `id` string, uuid, required
        - `kind` 'quarantine' | 'entity-hold', required
        - `reason` string, required
        - `since` string, date-time, required
    - `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.
    - `refreshedAt` string, date-time, nullable
    - `calculationTimestamp` string, date-time, nullable
    - `priceTimestamp` string, date-time, nullable
    - `ageSeconds` integer, nullable

## Changes

- **2026-09-11** `fd7c881fd90a` — 3 info
  - added the optional property `meta/allOf[#/components/schemas/PaginationMeta]/origin` to the response with the `200` status
  - added the optional property `meta/allOf[#/components/schemas/PaginationMeta]/outcome` to the response with the `200` status
  - added the optional property `meta/allOf[#/components/schemas/PaginationMeta]/products` to the response with the `200` status

[Change history](https://skmtc.dev/euler/apis/euler-data-api-v3/changes/v3/evk/vaults/bad-debt/get.md)

---

[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.dev/euler/apis/euler-data-api-v3/revisions/fd7c881fd90a?raw)
