bor_getSigners

Returns signers of the specified block.

Parameters

  • QUANTITY|TAG - integer block number, or the string "latest", "earliest" or "pending", see the default block parameter.
curl https://polygon-mainnet-archive.allthatnode.com:8545/8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj \
--request POST \
--header "Content-Type: application/json" \
--data '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "bor_getSigners",
  "params": [
    "latest"
  ]
}'

Returns

  • Array of STRING- addresses of signers
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": [
    "0x0208652a93baf5f1962849efcf5795eac7439a5e",
    "0x127685d6dd6683085da4b6a041efcef1681e5c9c",
    "0x1ca971963bdb4ba2bf337c90660674acff5beb3f",
    "0x1efecb61a2f80aa34d3b9218b564a64d05946290",
    "0x40314efbc35bc0db441969bce451bf0167efded1",
    "0x46a3a41bd932244dd08186e4c19f1a7e48cbcdf4",
    "0x60e274b09f701107a4b3226fcc1376ebda3cdd92",
    "0x67b94473d81d0cd00849d563c94d0432ac988b49",
    "0x73d378cfeaa5cbe8daed64128ebdc91322aa586b",
    "0x794e44d1334a56fea7f4df12633b88820d0c5888",
    "0x7c7379531b2aee82e4ca06d4175d13b9cbeafd49",
    "0x83d69448f88bf9c701c1b93f43e1f753d39b2632",
    "0x8e9700392f9246a6c5b32ee3ecef586f156ed683",
    "0x959a4d857b7071c38878beb9dc77051b5fed1dfd",
    "0x98c27cc3f0301b6272049dc3f972e2f542780629",
    "0x9ead03f7136fc6b4bdb0780b00a1c14ae5a8b6d0",
    "0xa8b52f02108aa5f4b675bdcc973760022d7c6020",
    "0xb9ede6f94d192073d8eaf85f8db677133d483249",
    "0xbc6044f4a1688d8b8596a9f7d4659e09985eebe6",
    "0xbdbd4347b082d9d6bdf2da4555a37ce52a2e2120",
    "0xd56fbe3294ea4d73cca99ff8751ce7bd9b688cd5",
    "0xe7e2cb8c81c10ff191a73fe266788c9ce62ec754",
    "0xeedba2484aaf940f37cd3cd21a5d7c4a7dafbfc0",
    "0xf0245f6251bef9447a08766b9da2b07b28ad80b0",
    "0xfb960a9450fc2f5dc8c6b1172932b678e287835f"
  ]
}

Try Yourself

Language
Click Try It! to start a request and see the response here!