Wallet-aware endpoints that return a user’s vault positions, uninvested balances, personalized deposit suggestions, total returns, and transaction history.Documentation Index
Fetch the complete documentation index at: https://docs.vaults.fyi/llms.txt
Use this file to discover all available pages before exploring further.
| Method | Endpoint | Description |
|---|---|---|
GET | /v2/portfolio/positions/{userAddress} | All vault positions for a wallet |
GET | /v2/portfolio/positions/{userAddress}/{network}/{vaultAddress} | Single vault position for a wallet |
GET | /v2/portfolio/idle-assets/{userAddress} | Uninvested token balances |
GET | /v2/portfolio/best-deposit-options/{userAddress} | Ranked deposit opportunities matching wallet holdings |
GET | /v2/portfolio/best-vault/{userAddress} | Single best-fit vault for a wallet |
GET | /v2/portfolio/total-returns/{userAddress}/{network}/{vaultAddress} | Earned yield for a position |
GET | /v2/portfolio/events/{userAddress}/{network}/{vaultAddress} | Deposit, redeem, and claim history |

