---
title: "Resolve multiple vault addresses to their families"
method: POST
path: "/v3/resolve/vaults"
tags: ["Vaults"]
---

# Resolve multiple vault addresses to their families

`POST /v3/resolve/vaults`

Bulk resolver for SDK/meta-routing use cases. Supports up to 500 addresses per request.

## Request body

- object
  - `chainId` integer, required
  - `addresses` string[], required

## Response `200`

Resolved vault families

- object
  - `data` VaultResolveEntry[]
    - `chainId` integer
    - `address` string
    - `found` boolean
    - `vaultType` 'evk' | 'earn' | 'securitize', nullable
    - `factory` string, nullable
    - `resource` string, nullable
    - `snapshotTimestamp` 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.

## Other responses

- `413` — Request body too large
- `415` — Unsupported media type
- `504` — Upstream request timed out

---

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