Analysis
Request model for raw signed transaction risk check.
0x-hex of the signed transaction
The 0x-hex address of the sender. Required if 'raw_tx' is an unsigned transaction. Ignored if 'raw_tx' is a signed transaction.
Block tag or number
latestLimit first-time checks to N latest blocks (performance control)
100Lower bound block for first-time checks
Upper bound block for first-time checks
Specific interaction type to evaluate. If omitted, all applicable types are used.
Successful Response
Aggregated risk verdict for a simulated or decoded transaction.
Overall risk verdict. OK = no issues found; DANGEROUS = at least one first-time or unverified contract interaction; POTENTIAL_DANGEROUS = scan data is incomplete so risk cannot be ruled out.
Per-interaction-type risk status. Each key is an interaction type and its value is one of: ok, dangerous, potential_dangerous, or not_checked.
Interaction types that triggered the DANGEROUS verdict (e.g. ["contract_direct"]). Null when status is OK.
Root cause of a non-OK verdict. FIRST_TIME_INTERACTION = sender/contract has never called this address; MISSING_HISTORY = no historical scan data available; UNVERIFIED = contract source code is not verified on-chain.
Input validation error
Internal server error
Last updated