Skip to main content
GET
Get vault details

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36
Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Example:

"95b11417-f18f-457f-8804-68e361f9164f"

vaultId
string
required

Opaque vault identifier from the Dynamic dashboard.

Response

Vault details

vaultId
string
required

Opaque identifier for the vault, issued by the Dynamic dashboard.

curator
string
required

Name of the organization or team that curates this vault.

assetSymbol
string
required

Ticker symbol of the underlying asset (e.g. USDC).

assetAddress
string
required

Contract address of the underlying asset token.

chainId
integer
required

EVM chain ID where the vault is deployed.

assetDecimals
integer
required

Number of decimals for the underlying asset token.

contractAddress
string
required

On-chain contract address of the vault.

isFeeWrapper
boolean
required

Whether this vault is a Fireblocks fee-wrapper contract.

netApy
number

Net APY including reward incentives, as a decimal (e.g. 0.05 = 5%). Omitted when live data is unavailable.

tvlUsd
number

Total value locked in USD. Omitted when live data is unavailable.

netApyExcludingRewards
number

Net APY excluding reward incentives, as a decimal.

tvlRaw
string

Total value locked (TVL), in raw underlying-token units. See tvlUsd for the USD-denominated equivalent.

Last modified on August 4, 2026