Blocks
GET /blocks/height
Return the current blockchain height
Response JSON example:
GET /blocks/last
Return the last block data
Response JSON example:
GET /blocks/at/{height}
Return block data at the given height
GET /blocks/seq/{from}/{to}
Return block data at the given height range
GET /blocks/signature/{signature}
Return block data by a specified Base58encoded signature
GET /blocks/address/{address}/{from}/{to}
Get list of blocks generated by specified address
Last updated