Get migratable DeFi positions
Returns the address's DeFi positions in one normalised shape, each carrying the largest amount that can actually be withdrawn right now. maxWithdrawable is capped against the venue's full withdraw validation — health factor (with a buffer above the liquidation edge), E-Mode thresholds, zero-LTV collateral, paused reserves and pool liquidity — so a client never asks a user to sign an exit the protocol would reject. Currently covers Aave v3 across every market on the deposit-enabled chains; a failures entry appears when a venue could not be reached, so an empty list is distinguishable from a failed lookup.
Path parameters
EVM address holding the DeFi positions
EVM address holding the DeFi positions
Headers
API key for authentication
API key for authentication
API version identifier (e.g. "2026-04.amazon"). Optional today, will become required in a future release.
API version identifier (e.g. "2026-04.amazon"). Optional today, will become required in a future release.
Response
Normalised DeFi positions
Example response
{
"positions": [
{
"chain": "eip155:8453",
"withdrawableUsd": 40.02
}
],
"minDepositUsd": 0.04
}