Check if there are any bookings in the last 19 hours. Returns status “ok” if bookings exist, “dead” otherwise.
cURL
curl --request GET \ --url https://toncenter.com/api/smc-index/lifecheck \ --header 'X-API-Key: <api-key>'
{ "status": "<string>", "last_booking_time": 123 }
Successful Response
Was this page helpful?