?module=block
https://instance_base_url/api?module=block
getblockreward
Returns the block reward and ‘uncle’ block rewards when applicable.
Example:
Parameter | Description |
---|---|
blockno | integer block number to check block rewards for eg. 2165403 |
getblockcountdown
Returns the estimated time remaining, in seconds, until a certain block is included in blockchain.
Example:
Parameter | Description |
---|---|
blockno | integer block number to check block rewards for eg. 2165403 |
getblocknobytime
Returns the block number created closest to a provided timestamp.
Example:
Parameter | Description |
---|---|
timestamp | integer representing the Unix timestamp in seconds. |
closest | closest block to the provided timestamp, either before or after . |
eth_block_number
Mimics Ethereum JSON RPC’s eth_blockNumber.
Example:
Parameter | Description |
---|---|
id | optional nonnegative integer that represents the json rpc request id. |