package
0.7.0
Repository: https://github.com/martinbechtle/bybit-api.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
WS断开事件.
委托单成交信息: execution.
产品最新行情: instrument.
每日保险基金更新: insurance.
K线: kline.BTCUSD.1m.
委托单的更新: order.
新版25档orderBook: order_book_25L1.BTCUSD.
仓位变化: position.
实时交易: trade/trade.BTCUSD.

# Structs

No description provided by the author
ws.send('{"op":"subscribe","args":["topic","topic.filter"]}'); // 同一个类型的filter有多个时,以'|'分割 // 如订阅BTCUSD一分钟和三分钟的kline ws.send('{"op":"subscribe","args":["kline.BTCUSD.1m|3m"]}'); // 订阅同一个类型filter的所有数据时请使用'*' // 如订阅所有产品的所有interval kline ws.send('{"op":"subscribe","args":["kline.*.*"]}') */.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Item stores the amount and price values.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author