Provide debugging information for a transaction (or group).
post
Executes TEAL program(s) in context and returns debugging information about the execution. This endpoint is only enabled when a node's configuration file sets EnableDeveloperAPI to true.
Authorizations
Body
Request data type for dryrun endpoint. Given the Transactions and simulated ledger state upload, run TEAL scripts and return debugging information.
latest-timestampinteger ยท int64Required
LatestTimestamp is available to some TEAL scripts. Defaults to the latest confirmed timestamp this algod is attached to.
protocol-versionstringRequired
ProtocolVersion specifies a specific version string to operate under, otherwise whatever the current protocol of the network this algod is running in.
roundintegerRequired
Round is available to some TEAL scripts. Defaults to the current round on the network this algod is attached to.
txnsstring ยท json[]Required
SignedTxn object. Must be canonically encoded.
Responses
200
DryrunResponse contains per-txn debug information from a dryrun.