Skip to main content
Version: testnet (v0.77)

Checks if service is up and running

GET 

http://localhost:1789/api//v2/health

If the service is running, this endpoint returns 200, otherwise the endpoint will be unreachable.

Request

Responses

The service is alive.

curl -L -X GET 'http://localhost:1789/api/v2/health'
Request Collapse all
Base URL
http://localhost:1789/api
ResponseClear

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