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.
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
Chain ID in CAIP-2 format (EIP-155 only). For example, eip155:1 for
Ethereum mainnet.
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).