This endpoint allows you to retrieve the receipt of a transaction identified by its ID. If the transaction is not found, the response will be null
.
The transaction ID
"0xb6b5b47a5eee8b14e5222ac1bb957c0bbdc3d489850b033e3e544d9ca0cef934"
OK
The amount of gas used by the transaction.
21000
The address of the account that paid the gas fee.
"0xdb4027477b2a8fe4c83c6dafe7f86678bb1b8a8d"
^0x[0-9a-f]{40}$
The amount of energy (VTHO) in wei, used to pay for the gas.
"0x1236efcbcbb340000"
^0x[0-9a-f]*$
The amount of energy (VTHO) in wei, paid to the block signer as a reward.
"0x576e189f04f60000"
^0x[0-9a-f]*$
Indicates whether the transaction was reverted (true means reverted).
false
An array of outputs produced by the transaction.
The transaction receipt metadata such as block number, block timestamp, etc.