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 integers or null
Cluster stake in lamports voted on the block.
totalStakeinteger or null
Total active stake in lamports.