Returns transaction information based on the given transaction id
Path parameters
transactionIdstringRequired
Transaction id
Example: 0.0.10-1234567890-000000000
Query parameters
nonceinteger ยท int32Optional
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
scheduledbooleanOptional
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.
Responses
200
OK
application/json
400
Invalid parameter
application/json
404
Not Found
application/json
get
GET /v1/YOUR_API_KEY/api/v1/transactions/{transactionId} HTTP/1.1
Host: mainnet.hedera.validationcloud.io
Accept: */*