Documentation ¶ Index ¶ type Bybit func New(key, secretKey string, isTestNet bool) Bybit Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Bybit ¶ type Bybit interface { Market() market.Market WebSocket() ws.WebSocket Account() account.Account Trade() trade.Trade Position() position.Position Asset() asset.Asset } func New ¶ func New(key, secretKey string, isTestNet bool) Bybit Source Files ¶ View all Source files bybit.go models.go Directories ¶ Show internal Expand all Path Synopsis account asset client market position trade ws client Package client provides a WebSocket client to interact with a server. Package client provides a WebSocket client to interact with a server. private private/dcp private/execution private/greek private/order private/position private/wallet public public/kline public/liquidation public/lt-kline public/lt-nav public/lt-ticker public/orderbook public/ticker public/trade Click to show internal directories. Click to hide internal directories.