Updated on 2023-12-15 GMT+08:00

bor_getSignersAtHash

Introduction

This API returns all the signers of the block which match the specified block hash. It consumes 16 CUs. In the dedicated edition, the throughput is 20,000 per second for 8 vCPUs and 32 GB memory and 44,000 per second for 16 vCPUs and 64 GB memory.

Parameter Description

Parameter

Type

Description

Block hash

String

The hash of a block.

Return Value

An array of all the signers of the block which match the specified block hash.

Request

curl https://your-http-endpoint/v1/<API-KEY> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"bor_getSignersAtHash","params":["0x29fa73e3da83ddac98f527254fe37002e052725a88904bac14f03e919e1e2876"], "id":1}'