sui_devInspectTransactionBlock
POST
/{apiKey}
Runs a transaction in dev-inspect mode. This allows testing nearly any transaction with any arguments. Detailed results are provided, including execution effects and return values. Note: gas is not charged, but usage is calculated.
Path Parameters
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key
Request
sender_addressstringrequiredThe address that initiates the dev inspect transaction.
tx_bytesstringrequiredBase64-encoded BCS transaction kind (excluding gas info).
gas_pricestringrequiredSimulated gas price to be used during dev inspect (gas is not deducted).
epochstringrequiredThe epoch context in which to perform the inspection.
Responses
200
Simulated transaction inspection result.
Was this page helpful?