/chain/height - NEM

Example code for the /chain/height rest method. Сomplete guide on how to use /chain/height rest in GetBlock.io Web3 documentation.

Parameters

-

Request

curl --location --request GET 'https://go.getblock.io/<ACCESS-TOKEN>/chain/height' \
--header 'Content-Type: application/json'

Response

{
    "height": 3943119
}

Last updated