Getting the details of a transaction
api/v1
Last updated
api/v1
Last updated
Retrieve the details of a single transaction.
Path Parameter
Response - 200 OK, application/json
Response Error Table
GET/api/v1/tx/{hash}
Example request
Response (Success)
Parameter
Type
Required
Description
hash
string
Yes
A hash string of a transaction
Parameter
Type
Description
hash
string
Hash representation of the transaction
amount
string
Amount of Hycon transferred in the transaction
fee
string
Transaction fee, in Hycon, to complete the transaction
from
string
Sender Hycon address
to
string
Recipient Hycon address
blockHash
string
Hash representation of the block that contains the transaction
nonce
number
Nonce value of the transaction from the address
receiveTime
number
Timestamp when the transaction is confirmed
estimated
string
Amount of Hycon needed to complete the transaction
confirmation
number
Number of nodes that have processed and validated the transaction
Status
Error
Message
400
INVALID_PARAMETER
address was not provided
404
NOT_FOUND
the resource cannot be found / currently unavailable