/node/active-peers/max-chain-height - NEM
Example code for the /node/active-peers/max-chain-height rest method. Сomplete guide on how to use /node/active-peers/max-chain-height rest in GetBlock.io Web3 documentation.
Parameters
-
Request
curl --location --request GET 'https://go.getblock.io/YOUR-ACCESS-TOKEN/node/active-peers/max-chain-height' \
--header 'Content-Type: application/json'
Response
{
"height": 3943092
}
Last updated