Updated on 2024-11-14 GMT+08:00

bor_getCurrentProposer

Introduction

This API returns the address of the current proposer. It consumes 13 CUs.

Parameter Description

This method does not accept any parameters.

Return Value

The address of the current proposer.

Request

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