bor_getCurrentProposer

Returns the address of the current proposer.

Parameters

None.

Sample Request

curl https://lb.nodies.app/v1/<INSERT URL> \
   -H "x-api-key: <CAN-BE-LEFT-BlANK-IF-NO-API-KEY>" \
   -X POST \
   -H "Content-Type: application/json" \
   -d '{
  "method": "bor_getCurrentProposer",
  "params": [],
  "id": 1,
  "jsonrpc": "2.0"
}'

Sample Response

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0x794e44d1334a56fea7f4df12633b88820d0c5888"
}

Last updated