Get Transaction by ID
Get Transaction information by ID.
This method will use 20 Compute Units.
Returns transaction information based on the given transaction id
Transaction id
0.0.10-1234567890-000000000Filter 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.
0Filter 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.
OK
Invalid parameter
Not Found
Last updated
Was this helpful?