Polygon API Documentation
bor_getSigners RPC Method
Note: This method is only availible in Polygon.
Returns
The bor_getSigners
JSON-RPC Polygon Method returns the list of the signers public keys for the given block number. See a result example further 👇
Parameters
block number
- string - Block number in hexadecimal, or the tag latest
to get the latest block.
Need RPC API keys?
Get 12.5M archival requests for free today.
Request
POST https://<network>.chainnodes.org/YOUR-API-KEY
Example
- HTTPS POST Request with a JSON RPC call in the body
- Replace YOUR-API-KEY with the API key from your CHAINNODES.ORG Dashboard
- You can use a different supported network by replacing
polygon-mainnet
curl https://polygon-mainnet.chainnodes.org/YOUR-API-KEY \
-X POST \
-H "Content-Type: application/json" \
-d '{"id": "1", "jsonrpc":"2.0","method":"bor_getSigners","params": ["0x2DC6C00"]}'
Body
{"id":"1",
"jsonrpc":"2.0",
"result":[
"0x0208652a93baf5f1962849efcf5795eac7439a5e",
"0x048cfedf907c4c9ddd11ff882380906e78e84bbe",
"0x09385a960a2e0b6b4516d341534da92cb2a50085",
"0x127685d6dd6683085da4b6a041efcef1681e5c9c",
"0x1efecb61a2f80aa34d3b9218b564a64d05946290",
"0x26c80cc193b27d73d2c40943acec77f4da2c5bd8",
"0x40314efbc35bc0db441969bce451bf0167efded1",
"0x46a3a41bd932244dd08186e4c19f1a7e48cbcdf4",
"0x67b94473d81d0cd00849d563c94d0432ac988b49",
"0x794e44d1334a56fea7f4df12633b88820d0c5888",
"0x7c7379531b2aee82e4ca06d4175d13b9cbeafd49",
"0x959a4d857b7071c38878beb9dc77051b5fed1dfd",
"0x9ead03f7136fc6b4bdb0780b00a1c14ae5a8b6d0",
"0xb95d435df3f8b2a8d8b9c2b7c8766c9ae6ed8cc9",
"0xb9ede6f94d192073d8eaf85f8db677133d483249",
"0xbdbd4347b082d9d6bdf2da4555a37ce52a2e2120",
"0xc6869257205e20c2a43cb31345db534aecb49f6e",
"0xe7e2cb8c81c10ff191a73fe266788c9ce62ec754",
"0xeb4f2a75cac4bbcb4d71c252e4cc80eb80bb3a34",
"0xec20607aa654d823dd01beb8780a44863c57ed07",
"0xeedba2484aaf940f37cd3cd21a5d7c4a7dafbfc0",
"0xf0245f6251bef9447a08766b9da2b07b28ad80b0"]}
💡 Confusing?
Ask our experienced blockchain developers in Telegram
JSON-RPC Polygon API Documentation by CHAINNODES is based on Erigon node client. Contact us if you are interested in specific methods that are only available on geth, besu, Nethermind or reth