Up to 50% Off on Your First Month

0

2

:

1

8

:

0

3

:

3

1

Sale bannerSale banner

Last updated on January 1, 1970

1 min read

Method (node_list)

node_list

info-circle-fill

Access the GetBlock Explorer API to retrieve a list of available nodes. Utilize the power of blockchain infrastructure for your applications effortlessly.

Example

POST /node/list

Request

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

Response

[
  {
    "delegators": 596,
    "fee": 0.1,
    "name": "figment.poolv1.near",
    "stake": "32263431092178471868235191059684",
    "status": "active",
    "total": 0.0625
  }
]