Get Ethereum vault details
Retrieve detailed information about an Ethereum vault, including current APY and liquidity.
Authorizations
Basic Auth header with your app ID as the username and your app secret as the password.
Headers
ID of your Privy app.
Path Parameters
The Privy vault ID.
Response
Vault details retrieved successfully.
- AaveVaultDetails
- MorphoVaultDetails
- VedaVaultDetails
Vault details for an Aave earn vault, including fee visibility.
Vault identifier.
Human-readable vault name from the yield provider.
Onchain vault contract address.
Asset metadata for an earn vault position.
{
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"symbol": "usdc",
"decimals": 6
}
CAIP-2 chain identifier (e.g. "eip155:8453").
Annual percentage yield available to the user, after fees and excluding rewards, in basis points (e.g. 500 for 5%). 1 basis point = 0.01%.
Annual percentage yield earned by the app from fee wrapper fees, in basis points.
Total value locked in USD.
Available liquidity in USD.
Privy wallet ID of the vault admin.
EVM address of the vault admin wallet.
aave Fees available to collect, in smallest unit of the underlying asset.

