Skip to main content
GET
/
time
Get server time
curl --request GET \
  --url https://clob.kuest.com/time
123
Return the current server timestamp in seconds as a raw integer. This endpoint is public and does not require authentication headers.

Response

200 - application/json

Current server timestamp (seconds)

Unix timestamp in seconds.