Skip to main content

suix_getCommitteeInfo RPC Method

Return the committee information for the asked epoch.

Updated on
Dec 10, 2024

suix_getCommitteeInfo RPC Method

Parameters

epoch
string
The epoch of interest. If None, default to the latest epoch

Returns

result
object
Contains epoch and validator details
epoch
string
The current epoch number
validators
array
List of validators and their weights
publicKey
string
Public key of the validator
weight
string
Weight assigned to the validator
Request
1
curl --location 'https://docs-demo.sui-mainnet.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"jsonrpc": "2.0",
5
"id": 1,
6
"method": "suix_getCommitteeInfo",
7
"params": [
8
"123"
9
]
10
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free