Get Transaction Receipt
GET /contract/tx/{txId}
GET
/contract/tx/{txId}
Get the receipt for a specific transaction.
Note: This API is currently in beta and may be subject to changes.
Authorizations
Parameters
Path Parameters
txId
required
string format: uuid
UUID of the transaction
Responses
200
Transaction receipt retrieved successfully.
object
to
The address that the transaction was sent to.
string
from
The address that the transaction was sent from.
string
value
The value attached to the transaction.
string
gas
object
used
The amount of gas used.
string
price
The price of the gas.
string
block
object
hash
The block hash.
string
number
The block number.
integer
404
Transaction not found.
object
code
integer
500
status
string
INTERNAL_SERVER_ERROR