Skip to main content

bor_getSignersAtHash RPC Method

Returns all the signers of the block which match the specified block hash.

Updated on
Nov 2, 2023

bor_getSignersAtHash RPC Method

Parameters

hash
string
REQUIRED
The hash of the block

Returns

result
An array of all the signers of the block which match the specified block hash
Request
1
curl https://docs-demo.matic.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"jsonrpc":"2.0","method":"bor_getSignersAtHash","params":["0x29fa73e3da83ddac98f527254fe37002e052725a88904bac14f03e919e1e2876"], "id":1}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free