For AI agents: a documentation index is available at /llms.txt. A markdown version of this page is available at the same URL with .md appended (or via Accept: text/markdown).
Skip to main content

Check balances and prices

Query wallet balances, spot prices, and token metadata without submitting transactions.

Ask your agent

You (to your agent): "What's my USDC balance?"
You (to your agent): "What's the current price of ETH?"
You (to your agent): "Show me trending tokens"

Read-only queries like these do not require confirmation before your agent runs them.

Commands

  1. Confirm your wallet address:

    mm wallet address
  2. Query balances, prices, or token lists using the commands in the following sections.

Wallet balance

mm wallet balance
mm wallet balance --chain 8453
mm wallet balance --token USDC

If --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.

Spot prices

mm price spot --asset-ids <ASSET_IDS> --vs USD
mm price currencies
mm price networks

Use mm token assets to resolve asset identifiers for tokens you care about.

Token discovery

mm token list popular --chain ethereum
mm token list search --query uniswap --chain ethereum
mm token list trending --chain base
mm token networks

Supported chains

mm chains list

See Commands reference for mm wallet balance, mm price, and mm token.