Get Ethereum Yield Vault Position
Get Ethereum yield vault position
Retrieve a wallet’s current position in a specific Ethereum yield vault. Returns the vault shares and asset values.
GET
Get Ethereum Yield Vault Position
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.
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
ID of the wallet.
Query Parameters
The vault ID to get position for.
Response
200 - application/json
Yield position retrieved successfully.
A user's position in a yield vault.
Total amount deposited into the vault, in smallest unit.
Total amount withdrawn from the vault, in smallest unit.
Current asset value in the vault (realtime from ERC4626), in smallest unit.
Current vault shares held (realtime from ERC4626).

