{"uid":"cap_B6_78UzxA6RSAN6ruvlg0","slug":"svm402-com-e496fe16","name":"svm402 Base ERC-20 Token Forensics Report","description":"On-chain forensics for a Base ERC-20 sourced from Blockscout: token metadata (name, symbol, decimals, total supply, financials, verified status), deployer profile (balance, creation, activity), token activity metrics, holder count, raw and circulating-supply-adjusted top-10 holder concentration, a per-holder breakdown of the top 10 with category tags (burn / bridge / deployer / contract / eoa / unknown), deployer holdings, an LP-lock heuristic, and descriptive attribute flags. Address is supplied via the `:address` path parameter. Pay-per-call via x402 / USDC on Base.","url":"https://svm402.com/api/v1/x402/base/token/:address/report","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"type":"object","properties":{}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["address","chain","token","deployer","token_activity","holder_count","top10_concentration_pct","circulating_top10_concentration_pct","top_holders","deployer_holdings_pct","lp_locked_heuristic","contract","flags"],"properties":{"chain":{"type":"string","const":"base"},"flags":{"type":"array","items":{"enum":["high_concentration","deployer_holds_large","unverified_contract","lp_locked","mintable","pausable","proxy_upgradeable"],"type":"string"}},"token":{"type":"object","required":["name","symbol","decimals","total_supply","circulating_market_cap","exchange_rate","type","verified"],"properties":{"name":{"type":["string","null"]},"type":{"type":["string","null"]},"symbol":{"type":["string","null"]},"decimals":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}]},"verified":{"type":["boolean","null"]},"total_supply":{"type":["string","null"]},"exchange_rate":{"type":["string","null"]},"circulating_market_cap":{"type":["string","null"]}},"additionalProperties":false},"address":{"type":"string"},"contract":{"anyOf":[{"type":"object","required":["verified","language","compiler_version","is_proxy","proxy_type","implementations","traits"],"properties":{"traits":{"type":"object","required":["mintable","pausable","ownable","blacklist","fee_setter","proxy_upgradeable"],"properties":{"ownable":{"type":["boolean","null"]},"mintable":{"type":["boolean","null"]},"pausable":{"type":["boolean","null"]},"blacklist":{"type":["boolean","null"]},"fee_setter":{"type":["boolean","null"]},"proxy_upgradeable":{"type":["boolean","null"]}},"additionalProperties":false},"is_proxy":{"type":"boolean"},"language":{"type":["string","null"]},"verified":{"type":["boolean","null"]},"proxy_type":{"type":["string","null"]},"implementations":{"type":"array","items":{"type":"object","required":["address","name"],"properties":{"name":{"type":["string","null"]},"address":{"type":"string"}},"additionalProperties":false}},"compiler_version":{"type":["string","null"]}},"additionalProperties":false},{"type":"null"}]},"deployer":{"anyOf":[{"type":"object","required":["address","is_contract","tx_count","coin_balance","creation_tx_hash","last_active_timestamp"],"properties":{"address":{"type":"string"},"tx_count":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}]},"is_contract":{"type":["boolean","null"]},"coin_balance":{"type":["string","null"]},"creation_tx_hash":{"type":["string","null"]},"last_active_timestamp":{"type":["string","null"]}},"additionalProperties":false},{"type":"null"}]},"top_holders":{"type":"array","items":{"type":"object","required":["address","value","percent","category"],"properties":{"value":{"type":["string","null"]},"address":{"type":"string"},"percent":{"type":["number","null"]},"category":{"enum":["burn","bridge","deployer","contract","eoa","unknown"],"type":"string"}},"additionalProperties":false}},"holder_count":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}]},"token_activity":{"anyOf":[{"type":"object","required":["last_active_timestamp","recent_methods"],"properties":{"recent_methods":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"last_active_timestamp":{"type":["string","null"]}},"additionalProperties":false},{"type":"null"}]},"lp_locked_heuristic":{"type":["boolean","null"]},"deployer_holdings_pct":{"type":["number","null"]},"top10_concentration_pct":{"type":["number","null"]},"circulating_top10_concentration_pct":{"type":["number","null"]}},"additionalProperties":false}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.010000","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.010000/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_wegdmtCK4RJC7d6PbLOyp","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns a comprehensive on-chain forensics report for a Base ERC-20 token, including metadata, deployer profile, holder concentration, LP-lock heuristic, and risk flags.","exampleAgentPrompt":"Run a full on-chain forensics report on the Base ERC-20 token at address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 — I want to see holder concentration, whether liquidity is locked, deployer holdings, and any risk flags like mintable or proxy-upgradeable.","exampleUseCases":null,"resultDescription":"A structured JSON report including: token metadata (name, symbol, decimals, total supply, exchange rate, circulating market cap, verified status), deployer profile (balance, creation tx, activity), token activity metrics, holder count, raw and circulating-supply-adjusted top-10 holder concentration percentages, per-holder breakdown with category tags (burn/bridge/deployer/contract/eoa/unknown), deployer holdings percentage, LP-lock heuristic boolean, contract traits (mintable, pausable, ownable, blacklist, fee_setter, proxy_upgradeable), and descriptive risk flags array.","failureModes":["Invalid or non-ERC-20 contract address returns an error or empty report","Token not indexed on Blockscout may return incomplete data","Non-Base chain addresses will not be resolved correctly","Payment failure via x402/USDC prevents the call from completing","Rate limiting or upstream Blockscout downtime may cause timeouts"],"whenToPreferThis":"Use this endpoint when you need a single-call comprehensive forensics summary of a Base ERC-20 token for due diligence, risk assessment, or agentic DeFi workflows — especially when you need holder concentration, deployer risk, and contract trait flags in one response rather than assembling them from multiple raw blockchain RPCs.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:35:38.327Z","isFirstParty":false}