Getting block info at a specific height
api/v1
Path Parameter
Parameter | Type | Required | Description |
| number | Yes | Height of a specific block on the Hycon blockchain |
Response - 200 OK, application/json
Parameter | Type | Description |
| string | Hash representation of the transaction |
| string | Mining difficulty of block |
| string | Hash of the world state at that block |
| string | Merkle hash of all transactions in the block |
| list | List of transactions in the block |
| string | Height of the block |
| number | Timestamp when the block was added |
Response Error Table
Status | Error | Message |
404 |
| no block found at that height |
GET/api/v1/block/height/{height}
Example request
Response (Success)
Last updated