UNPKG

kucoin-api

Version:

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

19 lines 451 B
import { WS_KEY_MAP } from '../../lib/websocket/websocket-util.js'; /** * WS API commands (for sending requests via WS) */ export const WS_API_Operations = [ 'ping', 'spot.order', 'spot.modify', 'spot.cancel', 'spot.sync_order', 'spot.sync_cancel', 'margin.order', 'margin.cancel', 'futures.order', 'futures.cancel', 'futures.multi_order', 'futures.multi_cancel', ]; //# sourceMappingURL=ws-api.js.map