{"name":"wallet-intel-pack","description":"EVM wallet + contract risk pack for wallet and crypto agents deciding whether to interact with an address. Composite: one call runs wallet-label + ens-resolve + wallet-current-balance + wallet-pnl + gas-now-base in parallel, and for contract addresses adds token-risk + token-honeypot + lp-lock-check, merging everything into {label, ens, balance, pnl, gas, contract_risk}. Phase 1 labels the address to learn is_contract; EOAs get contract_risk: null and the three risk legs never run, so a plain-wallet lookup is five constituents for $0.08 while a contract lookup adds the risk bundle at the same price. ens-resolve, wallet-pnl, gas-now-base, and the three risk legs are optional and degrade instead of failing the pack. EVM only (Base or Ethereum). Data-only aggregation of public on-chain records; no advice.","price":"$0.08","method":"POST","input_schema":{"properties":{"address":{"type":"string","description":"0x-prefixed 20-byte EVM wallet or contract address."},"chain":{"type":"string","description":"'base' or 'ethereum'. Default 'base'."}},"required":["address"]},"input_example":{"address":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045"},"output_example":{"address":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","chain":"base","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},"gas":{"base_fee_gwei":0.04,"usdc_transfer_cost_usd":0.01},"contract_risk":null,"composed_of":["wallet-label","ens-resolve","wallet-current-balance","wallet-pnl","gas-now-base"],"components":[{"name":"wallet-label","ok":true,"ms":640},{"name":"gas-now-base","ok":true,"ms":210}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}