UNPKG

kucoin-api

Version:

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

22 lines 569 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WS_API_Operations = void 0; const websocket_util_js_1 = require("../../lib/websocket/websocket-util.js"); /** * WS API commands (for sending requests via WS) */ exports.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