Files
stacks-blockchain-api/api/blocks/get-blocks.example.json
2020-12-07 17:00:09 +01:00

16 lines
431 B
JSON

{
"limit": 20,
"offset": 0,
"total": 3275,
"results": [
{
"canonical": true,
"height": 3275,
"hash": "0xe77ba8cf6bb7c0e4f64adc83356289ed467d31a22354907b4bb814590058430f",
"parent_block_hash": "0x75ab21ef25cbff2caa14c27d830ed7886a4d1522e1b6f9e5dc3b59ccf73ed49f",
"burn_block_time": 1594233639,
"txs": ["0x66557c219c6b0cdb40681ecf79a69f03654d88ef1910651a7db0b078f58af5ca"]
}
]
}