suix_getCommitteeInfo

Retrieves the list of validator public keys and their voting power for the specified epoch. If no epoch is specified, the latest available epoch is used by default.

⚠ This endpoint is only available with Blast access.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
epochstringOptional
Epoch number to retrieve committee info for. Defaults to the latest epoch if not provided.

Response

Committee information for the specified or latest epoch.
epochstring or null
The epoch number this committee is for.
validatorslist of lists of strings or null

A list of validator entries. Each entry is a 2-item array: [base64-encoded public key, voting power as string].