{"name":"token-burn-stats","description":"Reports token burn stats for any ERC-20 on Ethereum, Base, Polygon, Arbitrum, or Optimism. Walks all transfers TO the canonical burn addresses (0x0...0 and 0x...dEaD) via Etherscan v2 and reports total burned (raw + human), most-recent burn tx + timestamp, count of burn transfers, and burn percentage of total supply. Use it as a total-burned lookup, latest burn tx feed, burn-as-% supply, or supply-burn auditor.","price":"$0.005","method":"POST","input_schema":{"properties":{"token_address":{"type":"string","description":"0x-prefixed 20-byte ERC-20 contract address."},"chain":{"type":"string","enum":["base","ethereum","polygon","arbitrum","optimism"],"description":"EVM chain. Default 'base'."}},"required":["token_address"]},"input_example":{"token_address":"0xa0b73e1ff0b80914ab6fe0444e65848c4c34450b","chain":"ethereum"},"output_example":{"token_address":"0xa0b73e1ff0b80914ab6fe0444e65848c4c34450b","chain":"ethereum","symbol":"CRO","decimals":8,"total_burned_raw":"70000000000000000","total_burned":700000000,"burn_count":12,"last_burn_at":"2026-04-13T12:00:00.000Z","last_burn_tx":"0xabc...","total_supply":"26800000000000000000","burn_pct_of_supply":2.6119,"source":"https://etherscan.io"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}