Blocks

GET /blocks/height

master

Return the current blockchain height

Response JSON example:

GET /blocks/last

master

Return the last block data

Response JSON example:

GET /blocks/at/{height}

master

Return block data at the given height

GET /blocks/seq/{from}/{to}

master

Return block data at the given height range

GET /blocks/signature/{signature}

master

Return block data by a specified Base58encoded signature

GET /blocks/address/{address}/{from}/{to}

master

Get list of blocks generated by specified address

Last updated