| description | Check wallet balances, token prices, and discover tokens with mm. | ||||||
|---|---|---|---|---|---|---|---|
| keywords |
|
Query wallet balances, spot prices, and token metadata without submitting transactions.
You (to your agent): "What's my USDC balance on Base?"
You (to your agent): "What's the current price of ETH?"
You (to your agent): "Show me trending tokens on Base"
Read-only queries like these do not require confirmation before your agent runs them.
-
Confirm your wallet address:
mm wallet address
-
Query balances, prices, or token lists using the commands in the following sections.
mm wallet balance
mm wallet balance --chain 8453
mm wallet balance --token USDCIf --token with a symbol returns no balance or an error, pass the ERC-20 contract address for that
chain. Run mm token list search --query <symbol> --chain <chain-id> to look up the address.
mm price spot --asset-ids <ASSET_IDS> --vs USD
mm price currencies
mm price networksUse mm token assets to resolve asset identifiers for tokens you care about.
mm token list popular --chain ethereum
mm token list search --query uniswap --chain ethereum
mm token list trending --chain base
mm token networksmm chains listSee Commands reference for mm wallet balance, mm price, and
mm token.