post
https://dogeos-testnet.unifra.io/v1//eth_blockNumber
Returns the number of the most recent block.
Returns the number of the most recent block.
PARAMETERS
None
REQUEST
{
"jsonrpc":"2.0",
"method":"eth_blockNumber",
"params":[],
"id":0
}RESPONSE
Result - An integer of the current block number the client is on.
{
"jsonrpc": "2.0",
"id": 0,
"result": "0x2fcea"
}