Send your API key via the
X-API-Key header. See Authentication.Overview
Return a wallet’s current DeFi positions across every supported protocol (Uniswap, Aave, Euler, Morpho, Curvance, Pendle), grouped by protocol with per-position and total USD valuations. Positions are derived from on-chain state.This is a point-in-time snapshot. For transaction history (deposits and withdrawals over time) use Wallet Activity.
Endpoint
EVM wallet address.
Wallet-wide totals across all protocols:
asset_usd_value, debt_usd_value, net_usd_value.One entry per protocol the wallet holds positions in.
Protocol slug (e.g.
morpho, aave3, uniswap3).Protocol-level USD totals (
asset_usd_value, debt_usd_value, net_usd_value).Individual positions within the protocol.
Position type:
yield, lending, collateral, or liquidity.Token lists for the position:
supply_token_list, and where relevant borrow_token_list / reward_token_list. Each token carries address, chain, symbol, name, decimals, amount, price, logo_url.Pool / vault identifier for the position:
id (contract address) and chain.
