Skip to content
Alchemy Logo

sui_dryRunTransactionBlock

POST
/{apiKey}

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

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringrequired

Base64-encoded BCS TransactionKind.

Responses

200

Simulated result of executing the transaction.

Was this page helpful?