Bor
bor_getSignersAtHash
Returns the validator signer addresses for the block corresponding to the specified block hash on the Polygon Bor chain.
POST
Parameters
string
default:"137"
required
Unique identifier for a blockchain network.
number
default:1
required
Request identifier used to match responses.
string
default:"2.0"
required
JSON-RPC version.
string
default:"bor_getSignersAtHash"
required
JSON-RPC method name.
object
required
Parameters for bor_getSignersAtHash: [blockHash]Positional parameters for
bor_getSignersAtHash:params[]: 32-byte block hash (hex-encoded, 0x-prefixed).
Returns
array
List of validator addresses (signers) for the specified block hash.