API Reference

bor_getCurrentProposer

Returns the current proposer's address.

Request Parameters

None.

Response

Returns the the current proposer's address.

Result Fields

address: string - Address of the current proposer

Examples

Example Responses
{
    "jsonrpc": "2.0", 
    "id": 1,
    "result": "0x88c5e96c1459d224383dcb1fe0cedd1fcee25ffb"
}
Language
Click Try It! to start a request and see the response here!