Skip to main content
POST
bor_getCurrentProposer
Polygon API method bor_getCurrentProposer returns the address of the validator that is the current block proposer on the Bor consensus layer. 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 — the address of the current block proposer.

Use case

bor_getCurrentProposer is used by validator dashboards and monitoring tools to track which validator is currently proposing blocks on Polygon.

Body

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

Response

200 - application/json

Result

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