Skip to main content
POST
bor_getSignersAtHash
Polygon API method bor_getSignersAtHash returns the list of authorized signers at a given block hash on the Bor consensus layer.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.

Parameters

  • hash — the block hash to query.

Response

  • result — an array of signer addresses authorized at the given block.

Use case

bor_getSignersAtHash is used to audit which validators were authorized to sign at a specific point in the chain’s history on Polygon.

Body

application/json
jsonrpc
string
default:2.0
required
method
string
default:bor_getSignersAtHash
required
id
integer
default:1
required
params
string[]
required

Response

200 - application/json

Result

jsonrpc
string
id
integer
result
string[]
Last modified on July 15, 2026