NxtFi
  • NxtFi Blockchain
  • Testing Network
  • Block Viewer
  • Playground
  • Authentication
  • Create New Block
  • Blockchain Libraries
    • NxtFi Tools
    • Javascript - CreateBlock
  • Smart Contracts
  • The Storage System
  • Upload Media Files
  • Blockchain API Interactions
  • Access Control Layer
    • How it Works
    • Syntax & Smart Contract requirements
    • Example
  • API - Listing Files
  • API Reference
    • Get node health
    • Get the last block
    • Get block information by hash
    • Get block information by timestamp
    • Get block information by height
    • Get files from storage by scope
    • Storage tracking interactions
    • Storage tracking timestamp block info
    • Submit new block
    • Presign media file upload
Powered by GitBook
On this page
  1. API Reference

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'

PreviousAPI - Listing FilesNextGet the last block

Last updated 2 years ago