/heartbeat - NEM

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

Parameters

-

Request

curl --location --request GET 'https://go.getblock.io/YOUR-ACCESS-TOKEN/heartbeat' \
--header 'Content-Type: application/json'

Response

{
    "code": 1,
    "message": "ok",
    "type": 2
}

Last updated