Test connectivity
Test connectivity to the Rest API
Endpoint
GET /sapi/v1/health/Response
{
"status": "success",
"message": "Working fine!",
"payload": ""
}Error Information
{
"status": "error",
"message": "Invalid symbol.",
"payload": {}
}Last updated