Dates and times
All dates and times across the Quentrade API use the format. ISO 8601.
All timestamps returned and accepted by Quentrade endpoints follow standard UTC ISO 8601 formatting (with the 'Z' suffix) to ensure precision and consistency across different timezones and programming environments.
GET /api/v1/time
Server Time Endpoint
You can verify the current Quentrade server time and synchronize local clocks via the public server time endpoint without authentication.
GET /api/v1/time
cURL Example
curl -X GET 'https://quentrade.com/api/v1/time'Format Examples
| Time and date input | ISO 8601 (UTC) |
|---|---|
| 2026-08-20 | 2026-08-20T00:00:00.000Z |
| 01.10.2026 00:00:00 UTC | 2026-10-01T00:00:00.000Z |
| 20 Aug 2026, 23:15:30 | 2026-08-20T16:15:30.000Z |
Interactive ISO 8601 Generator & Clock
Real-time clock and live ISO 8601 timestamp formatter.
2026-08-27T04:23:42.299Z
Interactive Date & Timestamp Converter
Input any date string, human format, or Unix epoch to test and convert to Quentrade standard ISO 8601 format.
ISO 8601 (UTC):2026-08-20T23:15:00.000Z
Epoch Milliseconds:1787267700000
Epoch Seconds:1787267700