Returns the current server time as a Unix timestamp in milliseconds. This endpoint ensures time synchronization between client applications and the trading server, which is critical for accurate order timing and market data correlation.
Use Case: Synchronize client clocks with the trading server to ensure accurate timestamp comparisons and time-sensitive operations.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Current server time retrieved successfully
Unix timestamp in milliseconds
"1704067200000"