UNPKG

bybit-api

Version:

Complete & robust Node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & strong end to end tests.

8 lines (7 loc) 170 B
export interface WebsocketTopicSubscriptionConfirmationEvent { op: 'subscribe'; req_id: string; conn_id: string; ret_msg: string; success: boolean; }