Get transaction details by ID
GET /chain/tx/{txId}
Retrieve details of a blockchain transaction using the transaction ID.
Authorizations
Parameters
Path Parameters
123e4567-e89b-12d3-a456-426614174000
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.