safety_simulate
ActiveTool of x402 Trading & On-Chain Intelligence
Transaction simulation: will this tx succeed or revert, and why? Returns success/revert reason, return data, and decoded action. Send { chain, to, data, from?, value? }. Dry-run before signing. [x402 paid tool — price $0.05; POST /api/safety/simulate]
Parameters schema
{
"type": "object",
"required": [
"to"
],
"properties": {
"to": {
"type": "string",
"description": "0x target address"
},
"data": {
"type": "string",
"description": "0x calldata"
},
"from": {
"type": "string",
"description": "0x sender"
},
"chain": {
"type": "string",
"description": "Chain, default base"
},
"value": {
"type": "string",
"description": "Native value in wei"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
x402 Trading & On-Chain Intelligence
1/7 registries