Skip to main content
GET
/
?module=block&action=eth_block_number
Get the latest block number
curl --request GET \
  --url 'https://api.fuse.io/api/v0/explorer/?module=block&action=eth_block_number'
{
  "id": 123,
  "jsonrpc": "<string>",
  "result": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fuse.io/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

apiKey
string
required
module
enum<string>
required
Available options:
block
action
enum<string>
required
Available options:
eth_block_number
id
integer

Optional nonnegative integer that represents the json rpc request id.

Response

200 - application/json

OK

id
integer
jsonrpc
string
result
string