wallet-balance
ActiveTool of The Stall
declared in 4.82.0
Returns the native token balance (ETH, POL, BNB) for any EVM wallet address. Supports Ethereum, Base, Polygon, Arbitrum, Optimism, and BSC. Includes optional USD value. $0.010/call. Free upstreams: DRPC + CoinGecko, no API key required.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"address": {
"type": "string",
"description": "EVM wallet address (0x-prefixed, 42 characters)."
},
"network": {
"type": "string",
"description": "Chain to query. Default: ethereum."
},
"with_usd": {
"type": "boolean",
"description": "If true, fetches live USD price and returns USD value. Default: false."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries