bor_getCurrentProposer - Polygon
bor_getCurrentProposer. Retrieve the current block proposer
bor_getCurrentProposer - polygon [Value: 10CU]
Retrieve the current block proposer
Use cases
- Identify the current block proposer
- Monitor block production in real-time
- Validate proposer selection in the network
Constraints
- Requires a synchronized Polygon (Bor) node
- Only works in PoS environments
- Provides current proposer, no historical data
Unlock Access to 50+ chains
Boost your app's speed and reliability with dRPC - get your access API key
Language
Request
Examples
curl https://polygon.drpc.org \
-X POST \
-H "Content-Type: application/json" \
--data '{
"jsonrpc": "2.0",
"method": "bor_getCurrentProposer",
"params": [],
"id": 1
}'
Response
200
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x1bf10ff66e3a877e4a500f1a6a5097582a1815bb"
}
Request params
idinteger
jsonrpcstring
methodstring
Response
200
The address of the current proposerResponse params
object
idinteger
jsonrpcstring
resultstring
The address of current prosper.