v85

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-08-05981,1441.6 MB
Solana

Scan Transaction

Gets a transaction and returns a full simulation indicating what will happen in the transaction together with a recommended action and some textual reasons of why the transaction was flagged that way.

post/v0/solana/message/scan

Request body

encoding'base58' | 'base64'
optionsSolanaOptions[]

List of options to include in the response

  • Options.validation: Include Options.validation output in the response

  • Options.simulation: Include Options.simulation output in the response

  • Options.gas_estimation: Include gas estimation output in the response

account_addressstring required
transactionsstring[] required

Transactions to scan

methodstring

The RPC method used by the dApp to propose the transaction

execution_mode'standard' | 'jito_bundle'

Execution mode for transaction scanning. standard for regular transactions, jito_bundle for Jito bundle transactions.

Response

Successful Response

encoding'base58' | 'base64' required
status'SUCCESS' | 'ERROR' required
errorstring nullable

Error message if the simulation failed

request_idstring nullable required

Unique identifier of the request