Skip to main content

platform.getCurrentValidators RPC Method

Loading...

Updated on
Apr 29, 2026

platform.getCurrentValidators RPC Method

To use the platform.getCurrentValidators method on the P-Chain, ensure that the end of your URL includes ext/bc/P.

Parameters

subnetID
string
Loading...
nodeIDs
string
Loading...

Returns

result
object
Loading...
validators
array
Loading...
txID
string
Loading...
startTime
string
Loading...
endTime
string
Loading...
stakeAmount
string
Loading...
nodeID
string
Loading...
rewardOwner
object
Loading...
locktime
string
Loading...
threshold
string
Loading...
addresses
array
Loading...
validationRewardOwner
object
Loading...
locktime
string
Loading...
threshold
string
Loading...
addresses
array
Loading...
delegationRewardOwner
object
Loading...
locktime
string
Loading...
threshold
string
Loading...
addresses
array
Loading...
potentialReward
string
Loading...
delegationFee
string
Loading...
uptime
string
Loading...
connected
boolean
Loading...
delegators
array
Loading...
txID
string
Loading...
startTime
string
Loading...
endTime
string
Loading...
stakeAmount
string
Loading...
nodeID
string
Loading...
rewardOwner
object
Loading...
locktime
string
Loading...
threshold
string
Loading...
addresses
array
Loading...
potentialReward
string
Loading...
Request
1
curl -X POST "https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "platform.getCurrentValidators",
6
"params": {
7
"subnetID": "11111111111111111111111111111111LpoYY"
8
},
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "platform.getCurrentValidators",
6
"params": {
7
"subnetID": "11111111111111111111111111111111LpoYY"
8
},
9
"id": 1
10
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"validators": [
5
{
6
"txID": "sTAZBL1TPpRppmGPyx88REz6zzgemmVknoZb9oPLBLKqF5bnR",
7
"startTime": "1740951600",
8
"endTime": "1772319540",
9
"weight": "8000000000000000",
10
"nodeID": "NodeID-Mvr4Mv2qL4xgHsuaASvRyDQD4JsgrohgZ",
11
"stakeAmount": "8000000000000000",
12
"rewardOwner": {
13
"locktime": "0",
14
"threshold": "1",
15
"addresses": [
16
"P-flare15er27a84wdxzan3lsh83l8gg4sglekwwjxr0qn"
17
]
18
},
19
"validationRewardOwner": {
20
"locktime": "0",
21
"threshold": "1",
22
"addresses": [
23
"P-flare15er27a84wdxzan3lsh83l8gg4sglekwwjxr0qn"
24
]
25
},
26
"delegationRewardOwner": {
27
"locktime": "0",
28
"threshold": "1",
29
"addresses": [
30
"P-flare15er27a84wdxzan3lsh83l8gg4sglekwwjxr0qn"
31
]
32
},
33
"potentialReward": "0",
34
"accruedDelegateeReward": "0",
35
"delegationFee": "1.0000",
36
"uptime": "99.9959",
37
"connected": true,
38
"delegatorCount": "100",
39
"delegatorWeight": "78473912108953425"
40
}
41
]
42
},
43
"id": 1
44
}
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"validators": [
5
{
6
"txID": "sTAZBL1TPpRppmGPyx88REz6zzgemmVknoZb9oPLBLKqF5bnR",
7
"startTime": "1740951600",
8
"endTime": "1772319540",
9
"weight": "8000000000000000",
10
"nodeID": "NodeID-Mvr4Mv2qL4xgHsuaASvRyDQD4JsgrohgZ",
11
"stakeAmount": "8000000000000000",
12
"rewardOwner": {
13
"locktime": "0",
14
"threshold": "1",
15
"addresses": [
16
"P-flare15er27a84wdxzan3lsh83l8gg4sglekwwjxr0qn"
17
]
18
},
19
"validationRewardOwner": {
20
"locktime": "0",
21
"threshold": "1",
22
"addresses": [
23
"P-flare15er27a84wdxzan3lsh83l8gg4sglekwwjxr0qn"
24
]
25
},
26
"delegationRewardOwner": {
27
"locktime": "0",
28
"threshold": "1",
29
"addresses": [
30
"P-flare15er27a84wdxzan3lsh83l8gg4sglekwwjxr0qn"
31
]
32
},
33
"potentialReward": "0",
34
"accruedDelegateeReward": "0",
35
"delegationFee": "1.0000",
36
"uptime": "99.9959",
37
"connected": true,
38
"delegatorCount": "100",
39
"delegatorWeight": "78473912108953425"
40
}
41
]
42
},
43
"id": 1
44
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free