post https://polygon-mainnet-rpc.allthatnode.com:8545/
Returns the address of the block proposer.
Parameters
QUANTITY|TAG
- Hex encoded integer block number, or the string "latest", "earliest" or "pending", see the default block parameter.
curl https://polygon-mainnet-rpc.allthatnode.com:8545/8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj \
--request POST \
--header "Content-Type: application/json" \
--data '{
"jsonrpc": "2.0",
"id": 1,
"method": "bor_getSnapshotProposer",
"params": [
"latest"
]
}'
Returns
STRING
- The address of proposer.
{"jsonrpc":"2.0","id":1,"result":"0x127685d6dd6683085da4b6a041efcef1681e5c9c"}