Response (specified tx)
api/v3
Response (specified tx) 200 OK, application/json
200 OK, application/json
Parameter | Type | Description |
amount | string | Amount of Hycon to send to the recipient. |
blockhash | string | Hash value representing the block that contains the transaction. |
blocktime | number | Timestamp in which the block containing the transaction was created. |
confirmation | number | The height difference between the current block tip and the block containing the transaction. |
fee | string | Transaction fee that the sender pays for the transaction transfer. |
from | string | Sender Hycon address. |
nonce | number | The transaction number sent by the from address. |
to | string | Recipient Hycon address. |
txhash | string | Hash value representing the transaction. |
Response Error Table
Status | Error | Message |
400 |
| The hash or address value is not defined. Please check the parameters |
404 |
| The transaction(Fjbnhvo1Qy4KisAgpTbrbYn2u24nfskDuyUwAAEjkAcw) does not exist in the txDB |
Response (Success)
Last updated