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.
Documentation Index
Fetch the complete documentation index at: https://docs.hashdit.io/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Must be set to application/json
Your HashDit API key (required for production use)
Body
Transaction simulation request
The network chain ID. See Supported Chains for a complete list of supported networks for this endpoint.
"56"
Block height used as the simulation context.
"58083468"
List of EVM transactions to simulate.
Identifier for the request source (e.g. application name).
"Diting"