Skip to main content
POST
bor_getCurrentValidators
Polygon API method bor_getCurrentValidators returns the current validator set as seen by the Bor consensus engine for the active span. This method takes no parameters.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.

Parameters

This method takes no parameters.

Response

  • result — an array of validator objects:
    • ID — the validator ID.
    • signer — the validator’s signer address.
    • power — the validator’s voting power.
    • accum — the validator’s proposer priority (accumulator) used for proposer selection.

Use case

bor_getCurrentValidators is used by staking dashboards and explorers to display the active validator set and each validator’s voting power on Polygon.

Body

application/json
jsonrpc
string
default:2.0
required
method
string
default:bor_getCurrentValidators
required
id
integer
default:1
required
params
array
required

Response

200 - application/json

Result

jsonrpc
string
id
integer
result
object[]
Last modified on July 15, 2026