Get a risk recommendation with plain-language reasons for a user operation.
post/v0/evm/user-operation/scan
Request body
optionsRoutersEvmModelsValidationOptions[]
List of one or more of options for the desired output. "simulation" - include simulation output in your response. "validation" - include security validation of the transaction in your response. "gas_estimation" - include gas estimation result in your response. Default is ["validation"]
state_overrideobject
Override the state of the chain. This is useful for testing purposes.
simulate_with_estimated_gasboolean
Simulate transactions using gas estimation result. This requires "gas_estimation" option to be enabled.
account_addressstring
The address of the account (wallet) sending the request in hex string format
should_calculate_missing_balanceboolean
For simulations, determine whether to calculate missing balances in user operations.