Returns transaction information based on the given transaction id
transactions
Gettransaction is an example object payload from Hedera, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"operationId": "getTransaction",
"method": "GET",
"path": "/api/v1/transactions/{transactionId}",
"summary": "Get transaction by id",
"description": "Returns transaction information based on the given transaction id",
"tags": [
"transactions"
],
"parameters": [
{
"name": "transactionId",
"in": "path",
"description": "Transaction id",
"required": true
},
{
"name": "nonce",
"in": "query",
"description": "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. If multiple values are provided the last value will be the only value used.",
"required": false
},
{
"name": "scheduled",
"in": "query",
"description": "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. If multiple values are provided the last value will be the only value used.",
"required": false
}
],
"responses": {
"200": "OK",
"400": "Invalid parameter",
"404": "Not Found"
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.