API Reference

bor_getAuthor

Returns the author of the specified block.

Request Parameters

blockNumber: string - Block number in hexidecimal, or the tag "latest" to get the latest block.

Response

Returns the author of the specified block.

Result Fields

address: string - Address of the author

Examples

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