EC
EVM Chains (public RPC)
/balance
Native balance
ETH/native balance of an address on a chain.
liveverifiedstable · 148ms
ethereumbasebalancewalleton-chain
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run evm /balance for me.
Input
| Field | Type | Description |
|---|---|---|
| address* | string | 0x 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":"/balance","input":{"address":"...","chain":"ethereum"}}'cli
npx cracked-ai run -p evm -e /balance -i '{"address":"...","chain":"ethereum"}'mcp
run_tool({ provider: "evm", endpoint: "/balance", input: {"address":"...","chain":"ethereum"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.