Get Server Time
Retrieves the current server time in Unix timestamp format for request synchronization.
This endpoint returns the current server time in nanoseconds as a Unix timestamp.
It is primarily used to synchronize client systems with Flipster’s server clock, ensuring accurate timing for authenticated requests — especially those that require api-expires in HMAC signing.
Developers should periodically call this endpoint to minimize clock drift between client and server.
Last updated