{"endpoint":"/api/mev/liquidity-depth","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.25","description":"Analyze liquidity depth across all DEX pairs for a token using constant product formula. Returns price impact at $100/$1K/$10K/$100K tiers.","llm_usage_prompt":"Call this endpoint BEFORE placing any trade to determine if sufficient liquidity exists. Provide token_address and optionally chain. Returns total_liquidity, liquidity_by_dex, depth_tiers with price impact at $100/$1K/$10K/$100K using constant product formula (impact% = amount / (2 * liquidity) * 100), and detailed pairs list with dex/liquidity/volume/price. Use this to decide whether to split a trade or reduce position size. Costs $0.25.","params":{"token_address":"string (required) - Contract address of the token","chain":"string (optional) - Chain identifier (default: base)"},"exampleRequest":{"token_address":"0x6982508145454Ce325dDbE47a25d4ec3d2311933"},"exampleResponse":{"token_address":"0x6982508145454Ce325dDbE47a25d4ec3d2311933","total_liquidity":15200000,"pairs_analyzed":12,"depth_tiers":{"at_100":0.000329,"at_1k":0.003289,"at_10k":0.032895,"at_100k":0.328947},"liquidity_by_dex":{"uniswap":9500000,"sushiswap":3200000},"pairs":[{"pair_address":"0xabc...","dex":"uniswap","liquidity_usd":5200000,"volume_24h":1200000,"price_usd":"0.00001234"}]}}