Skip to main content

/transaction/dry-run REST API Endpoint

Use the dryrun call to practice submission of a transaction.

Updated on
Sep 02, 2024

/transaction/dry-run REST API Endpoint

Body Parameters

tx
string
REQUIRED
The transaction hash in hexadecimal format

Returns

resultType
string
Retuns either `DispatchOutcome` if the transaction is valid or `TransactionValidityError` if the result is invalid.
result
string
If there was an error it will be the cause of the error. If the transaction executed correctly it will be `Ok'
validityErrorType
string
Specifies the type of error encountered. It can be one of these - `InvalidTransaction` or `UnknownTransaction`
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free