Bitcoin
Scan Transaction
Scan a raw Bitcoin transaction for security risks before signing. Returns a validation verdict (Benign, Warning, or Malicious) and, when requested, a simulation of asset changes.
post/v0/bitcoin/transaction-raw/scan
Request body
Response
Successful response with validation verdict and, if requested, simulation of asset changes.
For more information about responses, see the full response reference.
Note: HTTP 200 indicates the request was processed. Always check validation.status and simulation.status (when present), which may be Error with an error message (e.g. simulation failing due to invalid UTXOs).