Skip to main content

eth_blockNumber

POST 

/

Returns the number of the most recent block.

Parameters:

This method doesn't accept any parameters.

Returns:

  • result: a hex string representing the current block number the client is on.

Request

Query Parameters

    apikey stringrequired

    Your API key

Body

    id integer
    jsonrpc string
    method string

Responses

Successful response

Schema

    jsonrpc string
    id integer
    result string
Loading...