Bor
bor_getAuthor
Returns the author (validator address) of the specified block on the Polygon Bor chain.
POST
Parameters
string
default:"137"
required
Unique identifier for a blockchain network.
number
default:1
required
Request identifier used to match responses.
string
default:"2.0"
required
JSON-RPC version.
string
default:"bor_getAuthor"
required
JSON-RPC method name.
object
default:["0x1000"]
required
Parameters for bor_getAuthor: [blockNumber]Positional parameters for
bor_getAuthor:params[]: Block number in hexadecimal format (e.g., β0x1000β) or the string tag βlatestβ.
Returns
string
The address of the block author (validator). Example:
β0x42eefcda06ead475cde3731b8eb138e88cd0bac3β.