Euler Finance Vaults API
Canonical vault resources, vault history, holders, borrowers, and open-interest views. In v3, vault detail is decomposed into focused endpoints instead of one large legacy response.
Euler Finance Vaults API is one of 24 APIs that Euler Finance publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Vaults. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and rate-limit docs.
This API exposes 22 operations across 21 paths, and defines 47 schemas. It is described by OpenAPI 3.1.0, at version 3.0.0.
Requests are made against a single base URL, /.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 5
Euler Finance Vaults API declares
5 security schemes
for authenticating requests.
An API key is passed in the header as X-API-Key (ApiKeyAuth).
It accepts HTTP bearer tokens (API key) (BearerAuth).
An API key is passed in the header as X-Admin-Secret (AdminSecret).
An API key is passed in the cookie as euler_platform_session (PlatformSession).
An API key is passed in the header as X-CSRF-Token (PlatformCsrf).
ApiKeyAuth— API key authentication (optional; higher rate limits).BearerAuth— Alternative to X-API-Key using Authorization: BearerAdminSecret— Admin secret (server-to-server) for API key management.PlatformSession— Signed, httpOnly platform-operator browser session cookie.PlatformCsrf— Double-submit CSRF token required for unsafe cookie-authenticated methods.
Paths & Operations 22
Across 21 paths, the API surfaces 22 operations — 20 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.
Canonical vault resources, vault history, holders, borrowers, and open-interest views. In v3, vault detail is decomposed into focused endpoints instead of one large legacy respons…
Schemas 47
The contract defines 47 schemas that model the data the API accepts and returns. The most detailed are VaultDetailResponse (43 properties), Vault (16 properties), VaultHookedOperations (15 properties), LtvHistoryItem (13 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Euler Finance 12
Other APIs Euler Finance publishes across the network.