Links

bor_getCurrentProposer

Returns the the current proposer's address.

Parameters

None

Returns

string: Address of the current proposer

Example

Request

## JSON-RPC over HTTPS POST
## Replace YOUR-API-KEY with an API key from your Infura dashboard
## You can also replace mainnet with a different supported network
curl https://polygon-mainnet.infura.io/v3/YOUR-API-KEY \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"bor_getCurrentProposer","params":[], "id":1}'

Result

{"jsonrpc":"2.0","id":1,"result":"0x88c5e96c1459d224383dcb1fe0cedd1fcee25ffb"}