bor_getAuthor
Returns the author of a given block.
Parameters
Quantity
or tag
- choose 1 of the following options:
A hexadecimal block number.
"latest"
- the latest mined block.
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 '{
"jsonrpc": "2.0",
"method": "bor_getAuthor",
"params": ["0x2ec5107"],
"id": 1
}'
Sample Response
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x794e44d1334a56fea7f4df12633b88820d0c5888"
}
Last updated