Simulate a transaction
Deprecated
Simulate a transaction
deprecated
Simulates an EVM transaction and returns the expected state changes and gas usage. Only supports EIP-155 chains.
Deprecated: Use the evaluate-transaction endpoint instead.
POST
Simulate a transaction
Authorizations
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
Query Parameters
Chain ID in CAIP-2 format (EIP-155 only). For example, eip155:1 for
Ethereum mainnet.
Body
application/json
The target contract or recipient address.
Encoded transaction data (hex string).
Value to send in wei (hex string).
Gas limit.
Gas price in wei.
Maximum fee per gas (EIP-1559).
Maximum priority fee per gas (EIP-1559).