mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
ss
This commit is contained in:
parent
75b8be5e17
commit
eeb1743741
|
@ -22,9 +22,9 @@ import (
|
|||
const (
|
||||
defaultHTTPTimeout = time.Second * 15
|
||||
|
||||
RestBaseURL = "https://api.bybit.com"
|
||||
WsSpotPublicSpotUrl = "wss://stream.bybit.com/v5/public/spot"
|
||||
WsSpotPrivateUrl = "wss://stream.bybit.com/v5/private"
|
||||
RestBaseURL = "https://api-testnet.bybit.com"
|
||||
WsSpotPublicSpotUrl = "wss://stream-testnet.bybit.com/v5/public/spot"
|
||||
WsSpotPrivateUrl = "wss://stream-testnet.bybit.com/v5/private"
|
||||
)
|
||||
|
||||
// defaultRequestWindowMilliseconds specify how long an HTTP request is valid. It is also used to prevent replay attacks.
|
||||
|
|
Loading…
Reference in New Issue
Block a user