Skip to main content
GET
Lookup Block By Number

Authorizations

Authorization
string
header
required

Enter your API key in the format: Bearer <api_key>. Providing an API key may grant higher rate limits or access to additional features. The API will function without an API key for basic access.

Path Parameters

block_number
string
required

The block number. It can be numeric like 1231321 or "latest".

Pattern: ^(\d+|latest)$
Example:

"18000000"

chain_name
enum<string>
required

The name or ID of the blockchain.

Available options:
ethereum,
apechain,
arbitrum,
avalanche,
base,
bsc,
polygon
Example:

"ethereum"

Response

Successfully retrieved block details.

block
object
required