> For the complete documentation index, see [llms.txt](/llms.txt).

# Check balances and prices

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

## Wallet balance[​](#wallet-balance "Direct link to Wallet balance")

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

```

## Spot prices[​](#spot-prices "Direct link to 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[​](#token-discovery "Direct link to 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[​](#supported-chains "Direct link to Supported chains")

```
mm chains list

```

## Related commands[​](#related-commands "Direct link to Related commands")

See [Commands reference](/agent-wallet/reference/commands/) for `mm wallet balance`, `mm price`, and `mm token`.
