Get Server Time
Chart
Server Time
Returns the current server time as a Unix timestamp in Seconds. 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.
GET
Get Server Time
Documentation Index
Fetch the complete documentation index at: https://finance.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Response
Current server time (Unix seconds) as plain text
Unix timestamp in seconds
Example:
"1704067200"