web3-balance
web3 balance: Check native token and ERC-20 token balances.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
web3 balance: Check native token and ERC-20 token balances.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Getting started: Create a wallet and send your first transaction.
web3 send: Send native tokens or ERC-20 tokens to an address.
web3 CLI: Shared patterns for key management, global flags, and security rules.
web3 wallet: Create, import, show, export, and reset wallets.
| name | web3-balance |
| version | 1.0.0 |
| description | web3 balance: Check native token and ERC-20 token balances. |
| metadata | {"openclaw":{"category":"web3","requires":{"bins":["web3"],"skills":["web3-shared"]}}} |
PREREQUISITE: Read
../web3-shared/SKILL.mdfor key management, global flags, and security rules.
Check native token and ERC-20 token balances. This is a read-only command — safe to run without user confirmation.
| Subcommand | Description |
|---|---|
| (none) | Check native token balance (ETH, MATIC, etc.) |
token | Check a specific ERC-20 token balance |
all | Check all balances (native + known tokens) |
web3 balance --chain ethereum
web3 balance --chain polygon --output json
web3 balance --chain ethereum --address 0x742d35Cc6634C0532925a3b844Bc9e7595f2bD18
web3 balance token 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 --chain ethereum
web3 balance token 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 --chain ethereum --address 0x742d...
web3 balance all --chain ethereum
| Flag | Required | Default | Description |
|---|---|---|---|
--address <ADDR> | — | wallet address | Address to check (defaults to your wallet) |
--chain <CHAIN> | — | config default | Chain to query |
--network <NETWORK> | — | config default | Network (mainnet or testnet) |
--output <FORMAT> | — | table | Output format: table or json |
For the token subcommand:
| Arg | Required | Default | Description |
|---|---|---|---|
<CONTRACT> | ✓ | — | Token contract address or mint |
--address <ADDR> | — | wallet address | Address to check |
1.5 ETH), not in wei/lamports.--address to check any address without needing a wallet.all currently shows only native balance (token discovery coming in a later phase).