{"name":"wallet-dossier","description":"Profiles an EVM wallet in one call: address label, ENS reverse lookup, ERC-20 balance, and FIFO token P&L. Composite: one call runs wallet-label + ens-resolve + wallet-current-balance + wallet-pnl in parallel and merges the results into one structured report with per-component telemetry. Returns known-address label and category, EOA-vs-contract status, primary ENS name, current ERC-20 balance (USDC on Base by default, any token via token_address), and FIFO cost-basis P&L for that token. wallet-pnl is optional and degrades on timeout. Data-only aggregation; no advice. Use it as an EVM address data pack or wallet profile bundle.","price":"$0.05","method":"POST","input_schema":{"properties":{"address":{"type":"string","description":"0x-prefixed 20-byte EVM wallet address."},"chain":{"type":"string","description":"EVM chain slug for label/balance context, e.g. 'ethereum' or 'base'."},"token_address":{"type":"string","description":"Optional ERC-20 contract for balance + PnL. Default: USDC on Base."}},"required":["address"]},"input_example":{"address":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045"},"output_example":{"address":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","label":{"label":"Unknown EOA","category":"unknown","is_contract":false},"ens":{"mode":"reverse","ens_name":"vitalik.eth"},"balance":{"balance":"1234.56","decimals":6},"pnl":{"realized_pnl_usd":0,"unrealized_pnl_usd":0},"balance_token":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","balance_chain":"base","note":"Data-only aggregation of public on-chain records. Not advice.","composed_of":["wallet-label","ens-resolve","wallet-current-balance","wallet-pnl"],"components":[{"name":"wallet-label","ok":true,"ms":640},{"name":"ens-resolve","ok":true,"ms":820},{"name":"wallet-current-balance","ok":true,"ms":380},{"name":"wallet-pnl","ok":true,"ms":4100}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}