Block
?module=block
Last updated
?module=block
Last updated
getblockreward
Returns the block reward and 'uncle' block rewards when applicable.
Example:
Parameter | Description |
---|---|
getblocknobytime
Returns the block number created closest to a provided timestamp.
Example:
eth_block_number
Mimics Ethereum JSON RPC's eth_blockNumber.
Example:
More on json rpc request id.
Parameter | Description |
---|---|
Parameter | Description |
---|---|
blockno
integer
block number to check block rewards for eg. 2165403
timestamp
integer
representing the Unix timestamp in seconds.
closest
closest block to the provided timestamp, either before
or after
.
id
optional nonnegative integer that represents the json rpc request id.