Skip to main content

bor_getCurrentValidators RPC Method

Loading...

Updated on
May 01, 2026

bor_getCurrentValidators RPC Method

Parameters

This method does not accept any parameters

Returns

ID
Loading...
accum
Loading...
power
Loading...
signer
Loading...
Request
1
curl -X POST "https://docs-demo.matic.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "bor_getCurrentValidators",
6
"params": [],
7
"id": 1
8
}'
1
curl -X POST "https://docs-demo.matic.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "bor_getCurrentValidators",
6
"params": [],
7
"id": 1
8
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
{
6
"ID": 92,
7
"signer": "0x41018795fa95783117242244303fd7e26e964ee8",
8
"power": 29121040,
9
"accum": 0
10
}
11
]
12
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
{
6
"ID": 92,
7
"signer": "0x41018795fa95783117242244303fd7e26e964ee8",
8
"power": 29121040,
9
"accum": 0
10
}
11
]
12
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free