btc-rpc-explorer
btc-rpc-explorer copied to clipboard
add block header API
As a consumer of the API I ran into the need for just the block header and not the whole block.
Use case 1: showing a list of recent blocks on my site (and keep an archive). Use case 2: call for the block header on the fly after consuming api/tx which returns block hash but not block height.