Genesis chunked
Get genesis document in multiple chunks to make it easier to iterate through larger genesis structures. Each chunk is produced by converting the genesis document to JSON and then splitting the resulting payload into 16MB blocks, and then Base64-encoding each block.
Upon success, the Cache-Control
header will be set with the default
maximum age.
Query parameters
chunkintegeroptionalDefault:
Sequence number of the chunk to download.
0
Example: 1
Responses
application/json
application/json
cURL
JavaScript
Python
HTTP
200
500