Provide debugging information for a transaction (or group).
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.
POSThttps://algo.nownodes.io/v2/teal/dryrun
Authorization
Body
Transaction (or group) and any accompanying state-simulation data.
accounts*array of object
apps*array of object
latest-timestamp*integer (int64)
LatestTimestamp is available to some TEAL scripts. Defaults to the latest confirmed timestamp this algod is attached to.
protocol-version*string
ProtocolVersion specifies a specific version string to operate under, otherwise whatever the current protocol of the network this algod is running in.
round*integer
Round is available to some TEAL scripts. Defaults to the current round on the network this algod is attached to.
sources*array of object
txns*array of string (json)
Response
DryrunResponse contains per-txn debug information from a dryrun.
Body
error*string
protocol-version*string
Protocol version is the protocol version Dryrun was operated under.