Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Exponential Vault API

The Vault API from Exponential — 5 operation(s) for vault.

Exponential Vault API is one of 5 APIs that Exponential publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Vault. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 5 paths, and defines 3 schemas. It is described by OpenAPI 3.0.0, at version 1.0.

Requests are made against a single base URL, https://api.yo.xyz.

5 operations 5 paths 3 schemas 5 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0
Base URL
https://api.yo.xyz
Resource Areas
1

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 5 GET. Each is listed below with its method, path, parameters, and response codes.

Vault 5
GET
/api/v1/vault/{network}/{vaultAddress}
Get a snapshot of the current TVL, yield, underlying pools and allocation of a protocol vault.
VaultController_getVault_v1 2 params → 200
GET
/api/v1/vault/pending-redeems/{network}/{vaultAddress}
Check the status of pending redeem requests for a given YO vault on a given blockchain.
VaultController_getTotalPendingRedeems_v1 2 params → 200
GET
/api/v1/vault/yield/timeseries/{network}/{vaultAddress}
Fetch the historical yield of a specific YO vault.
VaultController_getYieldTimeseries_v1 2 params → 200
GET
/api/v1/vault/tvl/timeseries/{network}/{vaultAddress}
Fetch the historical TVL of a specific YO vault.
VaultController_getTvlTimeseries_v1 2 params → 200
GET
/api/v1/vault/pending-redeems/{network}/{vaultAddress}/{userAddress}
Fetch the pending redemptions for a specific user on a specific vault.
VaultController_getPendingRedeemsForUser_v1 3 params → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are ApiResponseDto (3 properties), AmountDto (2 properties), PendingRedeemsForUserResponseDto (2 properties). Each schema is shown below with its type and property counts.

ApiResponseDto
object
3 properties 3 required
PendingRedeemsForUserResponseDto
object
2 properties 2 required
AmountDto
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

exponential-vault-api-openapi.yml Raw ↑

Other APIs Exponential publishes across the network.

Exponential Agent API
Exponential History API
Exponential Performance API
Exponential Public API