Get transaction details by hash
GET /chain/chain/{chainId}/tx/{txHash}
Retrieve details of a blockchain transaction using the transaction hash and chain ID.
Authorizations
Parameters
Path Parameters
1
81985529216486900
Responses
200
Transaction details retrieved successfully
object
The response data from the chain.
The ID for different chains.
The address the transaction was sent to.
The sender of the transaction.
The address of the contract if the transaction was directly responsible for deploying one.
The transaction hash.
The index of this transaction within the block transactions.
The block hash of the block this transaction was included in.
The block number of the block this transaction was included in.
The actual amount of gas used by this transaction.
The actual gas price used during execution.
object
Whether the log was removed due to an orphaned block.
The data logged in the transaction.
The index of the log within the block.
The transaction type.
1 for success, 0 for revert, null for pending.
401
Unauthorized - Invalid or missing authentication token
object
The HTTP status code.
The error status description.
404
Not Found - Transaction not found
object
The HTTP status code.
The error status description.