Skip to main content

Returns the health of the node.

GET 

http://127.0.0.1:14265/health

Returns the health of the node. A node considers itself healthy if its solid milestone is at most two delta away from the latest known milestone, has at least one ongoing gossip stream and the latest known milestone is newer than 5 minutes. This information might be useful for load-balancing or uptime monitoring.

Responses

Successful operation: indicates that the node is healthy.

curl -L -X GET 'http://127.0.0.1:14265/health'
Request Collapse all
Base URL
http://127.0.0.1:14265
ResponseClear

Click the Send API Request button above and see the response here!