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