blocks
Block at height
Get a block at a given height
get/blocks/at/{height}
Path parameters
heightinteger required
Block height
Response
successful operation
Example response
{
"height": 1610000,
"generator": "3P274YB5qseSE9DTTL3bpSjosZrYBPDpJ8k",
"generatorPublicKey": "2eEUvypDSivnzPiLrbYEW39SM8yMZ1aq4eJuiKfs4sEY",
"transactions": [
{
"timestamp": 1460678400000,
"recipient": "3P274YB5qseSE9DTTL3bpSjosZrYBPDpJ8k"
}
]
}