Skip to main content

platform.sampleValidators RPC Method

Loading...

Updated on
Nov 02, 2023

platform.sampleValidators RPC Method

Parameters

size
int
Loading...
subnetID
string
Loading...

Returns

validators
[]string
Loading...
Request
1
curl --location --request POST https://docs-demo.avalanche-mainnet.quiknode.pro \
2
--header 'Content-Type: application/json' \
3
--data-raw '{
4
"jsonrpc": "2.0",
5
"id": 1,
6
"method": "platform.sampleValidators",
7
"params": {
8
"size": 2
9
}
10
}'
1
curl --location --request POST https://docs-demo.avalanche-mainnet.quiknode.pro \
2
--header 'Content-Type: application/json' \
3
--data-raw '{
4
"jsonrpc": "2.0",
5
"id": 1,
6
"method": "platform.sampleValidators",
7
"params": {
8
"size": 2
9
}
10
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free