mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-06-18 03:38:55 +08:00
* feat: new endpoint to get burn blocks `/extended/v1/burn_block` * feat: return stacks block hashes in burn block results * test: add tests for `/extended/v1/burn_block` * ci: fix openapi lint
20 lines
650 B
JSON
20 lines
650 B
JSON
{
|
|
"limit": 1,
|
|
"offset": 0,
|
|
"total": 21707,
|
|
"results": [
|
|
{
|
|
"burn_block_time": 1626281749,
|
|
"burn_block_time_iso": "2021-07-14T16:55:49.000Z",
|
|
"burn_block_hash": "0x0000000000000000000ea16f8e906e85ee1cb4dff1e5424e93843b3cec8b0bcb",
|
|
"burn_block_height": 691014,
|
|
"stacks_blocks": [
|
|
"0x54647c277eefe60519b407f2c897749005fdb7f831034135063b2ee43fdacb04",
|
|
"0xdaf61d2b355f35c94cf019af99aeb73d8e7db7301c7cd693a464ebd1cfc2228c",
|
|
"0xb9e9b308cf9621ecbf66ca7b4689fe384b9b67c4588ec827d8163ab602fb935e",
|
|
"0x754562cba6ec243f90485e97778ab472f462fd123ef5b83cc79d8759ca8875f5"
|
|
]
|
|
}
|
|
]
|
|
}
|