consensus

Retrieve checkpoint

Returns the consensus state and block for a given block ID.

get/consensus/checkpoint/{id}

Path parameters

idstring required

256-bit blake2b hash.

Block ID in hexadecimal.

Response

Matching checkpoint.

blockobject required

Full block at the specified block ID.

Changes