Skip to main content

GetBlockSummary

GET 

/btc/:network/blocks/:block

Get the summary of a block.

Responses

successful operation

{
"statusCode": 0,
"data": {
"id": "0000000a9115ce547cbdd4f71e91d149f56896cfc4a93c992273b4a4e7607aa3",
"height": 201000,
"version": 536870912,
"timestamp": 1719244803,
"bits": 387458002,
"nonce": 2740000250,
"merkle_root": "6f7ed0ad6e1b1946ab7e269d4d7e96ef5e527aafc7a267ba3a875d8e255e4e6d",
"prev_block_hash": "000000038aadc73b50e9da7ef4ef4a22c9b5c3797073cf939cb707381da3b48f",
"tx_count": 10,
"size": 2356,
"weight": 9465
}
}
Loading...