{"endpoint":"/api/wallet/copytrading","method":"POST","service_trust":"https://defi-shield-hazel.vercel.app/api/trust-signal","free_check":{"endpoint":"https://defi-shield-hazel.vercel.app/api/free/token-check","method":"POST","price":"FREE","note":"Try before you buy — free basic token safety check with risk math."},"also_available_on":{"virtuals_acp":{"agent":"Authensor","agent_id":18805,"offerings":["pre_trade_safety","token_deep_scan","wallet_report","batch_seal"],"marketplace":"https://app.virtuals.io/acp/scan/agents","note":"Same service, accessible to 18,000+ autonomous agents on Virtuals Protocol."},"mcp_server":{"package":"devsecure-mcp","install":"npx devsecure-mcp","tools":67,"note":"Install as MCP server in Claude, Cursor, or any MCP-compatible client for direct tool access."},"bazaar":"https://defi-shield-hazel.vercel.app/.well-known/x402","agent_card":"https://defi-shield-hazel.vercel.app/.well-known/agent-card.json"},"powered_by":"DeFi Shield by Authensor","price":"$0.75","description":"Analyze a wallet's recent token trading patterns to extract copytrading signals. Shows which tokens are being accumulated or distributed.","llm_usage_prompt":"Call this endpoint when you want to extract trading signals from a known smart-money or alpha wallet. Analyzes the last 50 token transfers and returns per-token signals: recent buy count, recent sell count, last action (buy/sell), last action timestamp, and a signal label (accumulating/distributing/neutral). Also returns total unique tokens and number of transactions analyzed. Use this to discover what tokens top traders are accumulating, generate copy-trade recommendations, or detect distribution patterns that signal upcoming sell-offs. Costs $0.75 per call.","params":{"address":{"type":"string","required":true,"description":"The 0x Ethereum wallet address to extract trading signals from"}},"exampleRequest":{"address":"0x1234567890abcdef1234567890abcdef12345678"},"exampleResponse":{"success":true,"data":{"address":"0x1234567890abcdef1234567890abcdef12345678","recentTransactionsAnalyzed":50,"totalUniqueTokens":4,"signals":[{"token":"DEGEN","contractAddress":"0xabcd...","recentBuys":8,"recentSells":2,"lastAction":"buy","lastActionTime":"2026-03-04T14:30:00.000Z","signal":"accumulating"},{"token":"USDC","contractAddress":"0x1234...","recentBuys":3,"recentSells":5,"lastAction":"sell","lastActionTime":"2026-03-04T12:15:00.000Z","signal":"distributing"}]}}}