curl --request GET \
--url https://clob.kuest.com/timeReturns the current server timestamp in seconds
curl --request GET \
--url https://clob.kuest.com/timeDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/kuestcom/prediction-market/llms.txt
Use this file to discover all available pages before exploring further.
curl https://clob.kuest.com/time
```bash
## Response
<ResponseField name="time" type="integer" required>
Unix timestamp in seconds representing the current server time.
</ResponseField>
### Response Example
```json
1735560942
```bash
## Use Cases
- Synchronize client time with server time
- Generate accurate timestamps for authenticated API requests
- Validate request timing and detect clock drift
## Notes
- The timestamp is returned as a Unix epoch time in seconds
- This endpoint does not require authentication
- Response time is typically under 50ms