Returns transaction information based on the given transaction id
get
/api/v1/transactions/{transactionId}
Path parameters
transactionIdstringrequired
Transaction id
Example: 0.0.10-1234567890-000000000
Query parameters
nonceinteger · int32
Filter the query result by the nonce of the transaction. A zero nonce represents user submitted transactions while a non-zero nonce is generated by main nodes. The filter honors the last value. If not specified, all transactions with specified payer account ID and valid start timestamp match.
Example: 0
scheduledboolean
Filter transactions by the scheduled flag. If true, return information for the scheduled transaction. If false, return information for the non-scheduled transaction. If not present, return information for all transactions matching transactionId.