Response (mined blocks)
api/v3
Response (mined blocks) 200 OK, application/json
200 OK, application/json
If count
is not set or set to 1, the following object is returned. Else, a block list with the following objects as elements is returned:
Parameter | Type | Description |
hash | string | The hash value of the block that a address mined. |
reward | string | Reward received by mining the block. This is the sum of the mining reward of block and the fee of the transaction. |
timestamp | number | Timestamp when the block was added. |
miner | string | The Hycon address value which mined the block. |
Response Error Table
Status | Error | Message |
400 |
| The parameter value passed as count is invalid. |
Response (Success) without specified count
Response (Success) with specified count
Last updated