Blocks
Microblocks

Get stream of unconfirmed microblocks (Epoch 2.x)

Get unconfirmed microblocks starting from a specific sequence number. The microblocks are returned as a binary stream.

get/v2/microblocks/unconfirmed/{block_id}/{seq}

Path parameters

block_idstring required

Hex-encoded parent block ID (64 characters)

seqinteger required

Starting sequence number (0-65535)

Response

Stream of unconfirmed microblocks

Changes

Changed in 4 of the 53 revisions of this API.22