Transaction Simulation
Transaction Simulation
Transaction Simulation
Simulates one or more EVM transactions without broadcasting them on-chain. The API evaluates token balance changes, approvals, ownership transfers, and address-level security risks to help detect malicious or unexpected behavior before execution.
POST
Transaction Simulation
Headers
Must be set to application/json
Your HashDit API key (required for production use)
Body
application/json
Transaction simulation request
The network chain ID. See Supported Chains for a complete list of supported networks for this endpoint.
Example:
"56"
Block height used as the simulation context.
Example:
"58083468"
List of EVM transactions to simulate.
Identifier for the request source (e.g. application name).
Example:
"Diting"