Check Server Time
Type: NONE
Weight: 1
GET /fapi/v1/time
Returns the server time in milliseconds. Public endpoint: no X-MBX-APIKEY, timestamp or signature required.
Request
GET /fapi/v1/time
Parameters: none
Response — 200
{ "serverTime": 1714261234567 }
Call this at startup and periodically; keep serverTime − localTime as an offset for your timestamp parameter. Sparky rejects signed requests whose timestamp is more than 60 s away from server time in either direction and ignores recvWindow (see Time synchronization).