GET
/
-
/
healthy
curl --request GET \
  --url https://aptos-mainnet.s.chainbase.online/{api-key}/v1/-/healthy
{
  "message": "<string>"
}

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

200
application/json

Representation of a successful healthcheck

message
string
required