mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-31 10:41:08 +00:00
6 lines
215 B
Markdown
6 lines
215 B
Markdown
New REST API
|
|
------------
|
|
|
|
- A new REST API endpoint (`/rest/blockpart/<BLOCK-HASH>.<bin|hex>?offset=<OFFSET>&size=<SIZE>`) has been introduced
|
|
for efficiently fetching a range of bytes from block `<BLOCK-HASH>`.
|