Use the get vault details endpoint to retrieve vault-level information like current APY, TVL, and available liquidity. This is useful for displaying vault metrics to users before they deposit, or for checking liquidity before initiating a large withdrawal.Documentation Index
Fetch the complete documentation index at: https://docs.privy.io/llms.txt
Use this file to discover all available pages before exploring further.
View the full API reference for the get vault
details endpoint.
Usage
- REST API
Make a
GET request to:Parameters
The unique identifier for the vault.
Returns
The vault’s unique identifier.
Display name of the vault.
The protocol powering the vault (e.g.
"morpho").The onchain address of the vault contract.
The address of the vault’s underlying token.
Chain identifier in CAIP-2 format.
Current APY in basis points (e.g.
500 = 5%).Total value locked in the vault in USD.
Liquidity available for withdrawal in USD.
Example
Example response
Next steps
Webhooks
Track deposit, withdrawal, and claim activity in real time.

