DeFi Shield Token Simulation is a paid API for AI agents from defi-shield-hazel.vercel.app, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).
Simulates token transactions to detect honeypots, hidden fees, and blacklist or pause mechanisms before interacting with a DeFi token
Returns a simulation report indicating whether the token is a honeypot, any hidden or unexpected fees detected during simulation, whether the contract has blacklist functionality that could block sells, and whether pause mechanisms exist that could freeze transfers — giving an overall safety assessment before trading.
POSThttps://defi-shield-hazel.vercel.app/api/defi/simulateUse this endpoint when an AI agent or user wants to assess the safety of a specific token contract before executing a trade, especially for unknown or newly launched tokens. Prefer this over generic contract audits when you need a fast, transaction-level simulation focused specifically on honeypot traps, sell restrictions, hidden fees, and blacklist/pause controls.
{
"input": {
"body": {
"chain": "base",
"token_address": "0x1234567890123456789012345678901234567890"
},
"type": "http",
"method": "POST",
"bodyType": "json"
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"chain": "base",
"token": "0x1234567890123456789012345678901234567890",
"signals": [
"source_not_verified"
],
"honeypot": false,
"warnings": [
"Source code not verified — cannot perform deep analysis"
],
"risk_score": 30,
"analyzed_at": "2026-06-16T01:18:34.934Z",
"contract_name": null,
"safe_to_trade": false,
"source_verified": false,
"response_time_ms": 38
}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"