You're viewing a demo portfolio

Join the waitlist
PRSM

erc20-snapshot

Active

Tool of The Stall

declared in 4.82.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

The Stall

1/7 registries
View full server →
erc20-snapshot — The Stall — PRSM MCP