string
requiredobject
optionalstring
optional\finalized
bool
optional\true
, transaction signatures will be verifiedreplaceRecentBlockhash
bool
optional\true
, replaces the transaction’s recent blockhash with the most recent blockhashsigVerify
number
optional\string
optional\base58
base58
(slow, DEPRECATED)base64
bool
optional\true
, response will include inner instructionsjsonParsed
where possibleobject
optional\addresses
: Array of accounts to return (base-58 encoded strings)encoding
: Encoding for returned account data
base64
base64
, base58
, base64+zstd
, jsonParsed
value
containing:
context: <object>
apiVersion: <string>
- Version of the APIslot: <u64>
- Slot at which the simulation was performedvalue: <object>
accounts: <array>
- Requested account information
data
: Account dataexecutable
: Whether account is executablelamports
: Account balanceowner
: Program owning the accountrentEpoch
: Epoch for next rent paymentspace
: Account data sizeerr: <object|null>
- Transaction error details
innerInstructions: <array>
- Inner instructions (if any)
logs: <array>
- Program execution log messages
replacementBlockhash: <string|null>
- Replacement blockhash if applicable
returnData: <object|null>
- Return data from instructions
unitsConsumed: <u64>
- Compute units consumed