getBlockCommitment

Returns the commitment for a particular block.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
blockintegerRequired

Block number, identified by Slot.

Response

Returns the commitment and total active stake for the block.

commitmentlist of integersOptional

Cluster stake in lamports voted on the block.

totalStakeintegerOptional

Total active stake in lamports.