getServerTime
Retrieve Bybit server time in seconds and nanoseconds to synchronize your local clock and prevent timestamp errors when placing authenticated orders.
Instructions
Query Bybit server time, returned in both seconds and nanoseconds precision.
Use this endpoint when you need to:
Synchronize your local clock with Bybit server time before constructing authenticated requests
Verify timestamp alignment to avoid request timestamp errors (error code
10002)
Returns timeSecond (Unix timestamp in seconds) and timeNano (nanosecond precision).
Do not use this endpoint for market data — use getTickers or getMarketKline instead.
Notes:
During periods of extreme market volatility, this endpoint may experience increased latency
No authentication required
Agent hint: Use this endpoint to obtain the current Bybit server time for clock synchronization. Call this before placing orders if you suspect your local clock is out of sync with the server. This is a utility endpoint — do not use it for market data; use getTickers or getMarketKline instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||