post https://api.zan.top/node/v1/polygon/mainnet/
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"
}