Check wallet balances and holdings. Use for "what's in my wallet", portfolio breakdown, token balances, allocation percentages, and USD values.
List all token balances in a wallet with USD values, allocation breakdown, and total portfolio value.
# List balances for a Solana wallet
mp token balance list --wallet <address> --chain solana
# List balances for an EVM wallet
mp token balance list --wallet 0x... --chain ethereum
mp token balance list --wallet 0x... --chain base
# Find wallet address
mp wallet list
solana, ethereum, base, polygon, arbitrum, optimism, bnb, avalanche, tron, bitcoin, ton
Bitcoin uses a separate command:
mp bitcoin balance retrieve --wallet <btc-address>mp wallet list to find the user's wallet address.mp token balance list --wallet <address> --chain solana.mp token balance list --wallet <address> --chain solanaUse mp -f table token balance list ... for a quick table view, or mp -f json ... for programmatic processing.