Get Transaction
GET/api/v1/transactions/:transactionHash
Free [1 Credits]
Request
Path Parameters
transaction hash
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
Possible values: [Account Update
, Fee Delegated Account Update
, Fee Delegated Account Update With Ratio
, Cancel
, Fee Delegated Cancel
, Fee Delegated Cancel With Ratio
, Smart Contract Deploy
, Fee Delegated Smart Contract Deploy
, Fee Delegated Smart Contract Deploy With Ratio
, Smart Contract Execution
, Fee Delegated Smart Contract Execution
, Fee Delegated Smart Contract Execution With Ratio
, Legacy
, Chain Data Anchoring
, Fee Delegated Chain Data Anchoring
, Fee Delegated Chain Data Anchoring With Ratio
, Value Transfer
, Fee Delegated Value Transfer
, Fee Delegated Value Transfer With Ratio
, Value Transfer Memo
, Fee Delegated Value Transfer Memo
, Fee Delegated Value Transfer Memo With Ratio
, Ethereum Access List
, Ethereum Dynamic Fee
]
status
object
required
Possible values: [Success
, Fail
]
accountKey
object
Possible values: [AccountKeyLegacy
, AccountKeyPublic
, AccountKeyFail
, AccountKeyWeightedMultiSig
, AccountKeyRoleBased
]
{
"transactionHash": "string",
"transactionType": "Account Update",
"blockId": 0,
"from": "string",
"to": "string",
"tokenTransfer": 0,
"nftTransfer": 0,
"feePayer": "string",
"feeRation": 0,
"datetime": "2025-01-17T12:41:59.707Z",
"nonce": 0,
"amount": 0,
"gasPrice": 0,
"gasUsed": 0,
"gasLimit": 0,
"transactionFee": 0,
"status": {
"status": "Success",
"failMessage": "string"
},
"createdContract": "string",
"methodId": "string",
"signature": "string",
"effectiveGasPrice": 0,
"burntFees": 0,
"key": "string",
"accountKey": {
"type": "AccountKeyLegacy"
}
}