Last updated on January 1, 1970

1 min read

Method /node/active-peers/max-chain-height undefined ()
connect with REST protocol

/node/active-peers/max-chain-height

info-circle-fill

Requests the chain height from every node in the active node list andreturns the maximum height seen.

Parameters

-

Request

curl --location --request GET 'https://xem.getblock.io/node/active-peers/max-chain-height' 
 --header 'x-api-key: YOUR-API-KEY' 
 --header 'Content-Type: application/json'

Response

{
    "height": 3943092
}
banner icon

Start Building with GetBlock RPCs for Free