Get node health

/health

GET https://test-001-node.cloud.nxtfi.org/v2/health

Get Blockchain Node Status

{
    "status":"running",
    "server":"nxtfi-node",
    "stage":"development",
    "time":1676472456516
}

To test the endpoints you can use the terminal, postman or open the link directly in the browser.

curl --location --request GET 'https://test-001-node.cloud.nxtfi.org/v2/health'

Last updated