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