erc20-snapshot
ActiveTool of The Stall
Complete ERC20 token state in one call: name, symbol, decimals, total supply (raw + formatted), wallet balance, and allowance. Collapses four separate chain calls (total-supply + erc20-balance + allowance + contract) into one payment. Supports Ethereum (default), Base, Polygon, Arbitrum. No API key required.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"wallet": {
"type": "string",
"description": "Wallet address to check token balance for (optional)."
},
"network": {
"type": "string",
"description": "EVM chain. Default: ethereum."
},
"spender": {
"type": "string",
"description": "Spender address to check allowance against wallet (optional; requires wallet)."
},
"contract": {
"type": "string",
"description": "ERC20 token contract address (0x-prefixed, 42 chars)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
The Stall
1/7 registries