{"endpoint":"https://statepulse-api.hahavoid0.workers.dev/blockchain/simulate","method":"POST","price":"$0.150","description":"Runs eth_call state simulation against the Base blockchain RPC to check for transaction reverts. Matches: EVM revert checks, test contract call, inspect transaction failure, dry-run solidity method, gas estimator, test token swap failure, simulate multisig transaction execution.","example_input":{"to":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","data":"0x70a082310000000000000000000000000000000000000000000000000000000000000000"},"example_output":{"supported":true,"result":{"reverted":false,"output_hex":"0x0000000000000000000000000000000000000000000000000000000000000000"},"confidence":"high"},"request_schema":{"type":"object","required":["to","data"],"properties":{"to":{"type":"string","description":"Target contract address","examples":["0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"]},"data":{"type":"string","description":"Call data payload in hex","examples":["0x70a082310000000000000000000000000000000000000000000000000000000000000000"]},"from":{"type":"string","description":"Simulated sender address"},"value":{"type":"string","description":"Call value in hex"}}},"response_schema":{"type":"object"}}