Health
Get API Status
A simple endpoint to show that the API server is up and running.
HTTP Request
GET https://api.turingbitchain.io/api/tbc/healthExample Request
shell
curl "https://api.turingbitchain.io/api/tbc/health"Example Response
json
{
"code": "200",
"message": "OK",
"data": {
"status": "Turing API is running."
}
}