DeFi Exit Strategy Analyzer is a paid API for AI agents from defi-shield-hazel.vercel.app, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).
Analyzes price impact, liquidity depth, and optimal exit routes for closing DeFi positions
Returns a structured analysis including estimated price impact percentage, available liquidity depth at various price levels, recommended exit route (DEX, pool, path), optimal order sizing to minimize slippage, and overall exit cost estimate.
POSThttps://defi-shield-hazel.vercel.app/api/defi/exit-strategyUse this endpoint when an agent needs to help a user plan or execute a DeFi position exit with awareness of price impact and liquidity constraints, especially for larger positions where slippage matters. Prefer this over generic token price APIs when you need actionable routing recommendations, not just spot prices.
{
"input": {
"body": {
"chain": "base",
"token_address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"position_size_usd": 5000
},
"type": "http",
"method": "POST",
"bodyType": "json"
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"chain": "base",
"price_usd": "0.3570",
"analyzed_at": "2026-06-13T04:21:58.609Z",
"token_address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"trades_needed": 1,
"recommendation": "SAFE — minimal price impact",
"volume_24h_usd": 54125993.18000001,
"price_impact_pct": 0.03,
"response_time_ms": 345,
"position_size_usd": 5000,
"optimal_exit_route": [
{
"dex": "aerodrome",
"pair": "AERO/USDC",
"volume_24h": 1013698.53,
"pair_address": "0x6cDcb1C4A4D1C3C6d054b27AC5B77e89eAFb971d",
"liquidity_usd": 20715684.18,
"allocation_pct": 71
},
{
"dex": "aerodrome",
"pair": "VELVET/USDC",
"volume_24h": 14794815.6,
"pair_address": "0x6b0F53cbD9272D8117e9535FE25371dedF39a1bE",
"liquidity_usd": 3165328.3,
"allocation_pct": 11
},
{
"dex": "aerodrome",
"pair": "NOCK/USDC",
"volume_24h": 380600.18,
"pair_address": "0x85f1Aa3a70fEdd1C52705c15BAEd143e675CD626",
"liquidity_usd": 1232587.82,
"allocation_pct": 4
}
],
"slippage_estimate_pct": 0.02,
"available_liquidity_usd": 29382912.070000015
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"