{"name":"token-dossier","description":"Runs due diligence on an EVM token in one call: metadata, risk score, honeypot simulation, LP lock, and burn stats. Composite: one call runs erc20-metadata + token-risk-score + token-honeypot + lp-lock-check + token-burn-stats in parallel and merges the results into a single structured report with per-component telemetry. Covers name/symbol/decimals/supply, composite 0-100 security score, buy/sell tax simulation, liquidity-locker holdings, and burn-address transfer history for tokens on Base, Ethereum, and other EVM chains. Data-only aggregation; no advice. Use it as an EVM token data pack or ERC-20 due-diligence bundle.","price":"$0.05","method":"POST","input_schema":{"properties":{"token_address":{"type":"string","description":"0x-prefixed 20-byte ERC-20 contract address."},"chain":{"type":"string","description":"EVM chain slug, e.g. 'base' (default), 'ethereum', 'bsc'. Components that do not support the chain degrade individually."}},"required":["token_address"]},"input_example":{"token_address":"0x4200000000000000000000000000000000000006","chain":"base"},"output_example":{"token_address":"0x4200000000000000000000000000000000000006","chain":"base","metadata":{"name":"Wrapped Ether","symbol":"WETH","decimals":18},"risk_score":{"score":95,"verdict":"safe"},"honeypot":{"simulation":{"is_honeypot":false,"buy_tax_pct":0,"sell_tax_pct":0}},"lp_lock":{"total_locked_pct":0,"status":"none"},"burn_stats":{"total_burned":0,"burn_count":0},"note":"Data-only aggregation of public on-chain and API signals. Not advice.","composed_of":["erc20-metadata","token-risk-score","token-honeypot","lp-lock-check","token-burn-stats"],"components":[{"name":"erc20-metadata","ok":true,"ms":412},{"name":"token-risk-score","ok":true,"ms":2110},{"name":"token-honeypot","ok":true,"ms":1830},{"name":"lp-lock-check","ok":true,"ms":950},{"name":"token-burn-stats","ok":true,"ms":1200}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}