blocks
Block range
Get blocks at a given range of heights. Max range {from}-{to} is 100 blocks
get/blocks/seq/{from}/{to}
Path parameters
frominteger required
Start block height
tointeger required
End block height
Response
successful operation
Example response
[
{
"height": 1610000,
"generator": "3P274YB5qseSE9DTTL3bpSjosZrYBPDpJ8k",
"generatorPublicKey": "2eEUvypDSivnzPiLrbYEW39SM8yMZ1aq4eJuiKfs4sEY",
"transactions": [
{
"timestamp": 1460678400000,
"recipient": "3P274YB5qseSE9DTTL3bpSjosZrYBPDpJ8k"
}
]
}
]