sui_dryRunTransactionBlock
Executes a transaction in dry-run mode, which simulates transaction execution and returns expected effects, gas cost summary, object changes, and events — without actually committing to chain.
Path parameters
apiKey
Request
This endpoint expects an object.
tx_bytes
Base64-encoded BCS TransactionKind
.
Response
Simulated result of executing the transaction.
digest
The digest of the simulated transaction.
transaction
Full transaction object with data and signatures.
rawTransaction
Base64-encoded raw transaction blob.
effects
The transaction effects as they would occur on-chain.
balanceChanges
List of balance changes resulting from the simulation.
objectChanges
List of object-level changes that would occur.
events
Events that would be emitted during execution.