---
title: "Current accepted collaterals with LTV configurations"
method: GET
path: "/v3/evk/vaults/{chainId}/{address}/collaterals"
tags: ["Vaults"]
---

# Current accepted collaterals with LTV configurations

`GET /v3/evk/vaults/{chainId}/{address}/collaterals`

Returns the list of vaults accepted as collateral for this vault,
along with their current LTV configurations. Use this to understand
what assets can be used as collateral when borrowing from this vault.

## Path parameters

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

## Response `200`

Accepted collaterals with LTV configs

- object
  - `data` CollateralConfig[]
    - `collateral` string — Collateral vault address
    - `vaultType` 'evk' | 'earn' | 'securitize' — Vault family for the collateral address
    - `collateralName` string — Collateral vault name
    - `collateralSymbol` string — Collateral vault symbol
    - `asset` string — Underlying asset address of the collateral vault
    - `assetSymbol` string — Underlying asset symbol
    - `assetDecimals` integer — Underlying asset decimals
    - `borrowLTV` string — Maximum LTV for borrowing (basis points as string, e.g., "8500" = 85%)
    - `liquidationLTV` string — LTV at which liquidation can occur (basis points as string)
    - `initialLiquidationLTV` string — Initial liquidation LTV before ramping
    - `targetTimestamp` string, date-time, nullable — ISO timestamp when LTV ramp completes
    - `rampDuration` integer — Duration of LTV ramp in seconds
  - `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

- `404` — Not found

---

[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)
