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
apiKey
Request
This endpoint expects an object.
epoch
Epoch number to retrieve committee info for. Defaults to the latest epoch if not provided.
Response
Committee information for the specified or latest epoch.
epoch
The epoch number this committee is for.
validators
A list of validator entries. Each entry is a 2-item array: [base64-encoded public key, voting power as string].