Up to 50% Off on Your First Month

0

3

:

0

6

:

0

2

:

1

4

Sale bannerSale banner

Last updated on January 1, 1970

1 min read

Method (block_list)

block_list

info-circle-fill

Discover how to retrieve a list of blocks using the GetBlock Explorer API. Harness the power of blockchain data for your applications seamlessly.

Example

POST /block/list

Request

curl --location --request POST 'https://near.getblock.io/explorer/block/list' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'x-api-key: YOUR-API-KEY' \
--data-raw '{
  "count": 100,
  "offset": 0
}'

Response

[
  {
    "author": "bzam6yjpnfnxsdmjf6pw.poolv1.near",
    "created_at": 1655390203442722000,
    "gas_price": "100000000",
    "gas_used": "65762634519528",
    "hash": "F98BtBgQKTYD9VB36ArLLVkt6rhepdis3MUHyHnhSvvo",
    "height": 67851339,
    "receipts": 12,
    "tx_count": 10
  }
]