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

bor_getAuthor

Introduction

This API returns the author address. It consumes 13 CUs. In the dedicated edition, the throughput is 20,000 per second for 8 vCPUs and 32 GB memory and 55,000 per second for 16 vCPUs and 64 GB memory.

Parameter Description

Parameter

Type

Description

Block number

String

A hexadecimal block number or the string latest.

Return Value

The address of the author.

Request

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