v3.5.2: feat() add missing v5 internal deposit records endpoint. fix(#233) return type for v5 wallet balance endpoint, fix(#232) timestamp resolution for v5 fetch time endpoint
This commit is contained in:
@@ -11,7 +11,12 @@ export interface RestClientOptions {
|
||||
/** Override the max size of the request window (in ms) */
|
||||
recv_window?: number;
|
||||
|
||||
/** Disabled by default. This can help on machines with consistent latency problems. */
|
||||
/**
|
||||
* Disabled by default.
|
||||
* This can help on machines with consistent latency problems.
|
||||
*
|
||||
* Note: this feature is not recommended as one slow request can cause problems
|
||||
*/
|
||||
enable_time_sync?: boolean;
|
||||
|
||||
/** How often to sync time drift with bybit servers */
|
||||
|
||||
Reference in New Issue
Block a user