EC
EVM Chains (public RPC)
/erc20-balance
ERC-20 token balance
Token balance of a wallet for a contract address (raw and formatted using decimals()).
liveverifieddegraded · 141ms
erc20tokenbalance
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run evm /erc20-balance for me.
Input
| Field | Type | Description |
|---|---|---|
| token* | string | Token contract |
| address* | string | Wallet address |
| chain | string (ethereum | base | arbitrum | polygon | optimism | bsc) | Chain default "ethereum" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"evm","endpoint":"/erc20-balance","input":{"token":"...","address":"...","chain":"ethereum"}}'cli
npx cracked-ai run -p evm -e /erc20-balance -i '{"token":"...","address":"...","chain":"ethereum"}'mcp
run_tool({ provider: "evm", endpoint: "/erc20-balance", input: {"token":"...","address":"...","chain":"ethereum"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.