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

Response fields

FieldTypeDescription
serverTimenumberUnix timestamp (seconds).

Response

200 - application/json

Current server timestamp (seconds)

serverTime
integer<int64>
required

Unix timestamp in seconds.