GET
/
api
/
app
/
{environment}
/
{index}
/
health
curl --request GET \
  --url http://localhost:3000/api/app/{environment}/{index}/health
{
  "isSolanaOk": true,
  "isKineticOk": true,
  "time": "2023-11-07T05:31:56Z"
}

Path Parameters

environment
string
required
index
integer
required

Response

default - application/json

The response is of type object.