Get Wallet Positions
get_wallet_positionsGet a wallet's DeFi positions across all DeBank-supported chains and protocols. Returns protocol-level positions, asset/debt/net USD values, token lists, and optional all-chain net worth. Set include_token_balances=true to also return DeBank's complete cross-chain wallet token list. This covers substantially more protocols and chains than the block-accurate get_defi_positions tool. Use raw-RPC tools for liquidation, swap quotes, or other transaction-critical questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet_address | Yes | EVM wallet address (0x…) | |
| include_net_worth | No | Include all-chain net worth and per-chain balances; disable to avoid that additional provider request. | |
| include_token_balances | No | Include DeBank's complete cross-chain token balance list; adds a billable provider request. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Positions are sourced from DeBank Cloud portfolio analytics and may be stale; they are not block-accurate. staleness_seconds reports the oldest underlying position update. Use get_defi_positions or other raw-RPC tools for liquidation, quote, and transaction-critical checks. | |
| errors | No | ||
| positions | No | ||
| provenance | Yes | ||
| data_complete | Yes | ||
| chain_balances | No | ||
| token_balances | No | ||
| wallet_address | Yes | ||
| include_net_worth | Yes | ||
| staleness_seconds | No | Max age in seconds of the underlying DeBank position data (from per-item update_at), or None when unavailable. | |
| total_net_worth_usd | No | ||
| include_token_balances | Yes |