Skip to main content

bor_getSignersAtHash RPC Method

Loading...

Updated on
May 01, 2026

bor_getSignersAtHash RPC Method

Parameters

hash
string
REQUIRED
Loading...

Returns

result
Loading...
Request
1
curl -X POST "https://docs-demo.matic.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "bor_getSignersAtHash",
6
"params": [
7
"0xe973b44ed90c34f5ff9ad33d9c790742691991e17bf02ac5ecc0172cc9a241cc"
8
],
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.matic.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "bor_getSignersAtHash",
6
"params": [
7
"0xe973b44ed90c34f5ff9ad33d9c790742691991e17bf02ac5ecc0172cc9a241cc"
8
],
9
"id": 1
10
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
"0xca4793c93a94e7a70a4631b1cece6546e76eb19e"
6
]
7
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
"0xca4793c93a94e7a70a4631b1cece6546e76eb19e"
6
]
7
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free