Check Balance
Check USDC balance across supported networks
Check Balance
Check your USDC balance across all supported networks or filter to a specific one.
Command
Options
| Option | Description |
|---|---|
--network <name> | Filter by network (default: all networks) |
--json | Output result as JSON |
Supported Networks
| Network | Description |
|---|---|
base | Base mainnet (primary) |
base-sepolia | Base testnet |
solana | Solana mainnet |
solana-devnet | Solana devnet |
Examples
Expected Output
Prerequisites
- Must be authenticated (
npx agnic@latest statusto check; use--token,AGNIC_TOKEN, or browser login)
Error Handling
| Error | Solution |
|---|---|
| "Not authenticated" | Provide --token, set AGNIC_TOKEN, or run npx agnic@latest auth login |
| Network timeout | Try again or specify a single network with --network base |