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

bor_getCurrentValidators

Introduction

This API returns the current list of validators. It consumes 19 CUs.

Parameter Description

This method does not accept any parameters.

Return Value

An array of validator objects with the following fields:

  • ID: the validator ID.
  • accum: the validator's proposer priority.
  • power: the validator's voting power.
  • signer: the validator address.

Request

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