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