UNPKG

bitget-api

Version:

Complete Node.js & JavaScript SDK for Bitget V1-V3 REST APIs & WebSockets, with TypeScript & end-to-end tests.

8 lines 209 B
import { WS_KEY_MAP } from '../../util/websocket-util.js'; export const WS_API_Operations = [ 'place-order', 'batch-place', 'cancel-order', 'batch-cancel', ]; //# sourceMappingURL=ws-api.js.map