GET
/
-
/
healthy
Check basic node health
curl --request GET \
  --url https://api.us1.shinami.com/aptos/node/v1/-/healthy \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Authorization: Bearer SHINAMI_ACCESS_KEY.

Query Parameters

duration_secs
integer

Threshold in seconds that the server can be behind to be considered healthy

If not provided, the healthcheck will always succeed

Response

Representation of a successful healthcheck

message
string
required