UNPKG

okx-v5-ws

Version:

This is a non-official OKX V5 websocket SDK for nodejs.

14 lines 461 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ErrorCodes = void 0; const ErrorCodes = { INVALID_OK_ACCESS_KEY: '60005', INVALID_SIGN: '60007', ENDPOINT_NOT_SUPPORT_SUBSCRIBE_CHANNEL: '60008', LOGIN_FAILED: '60009', DOES_NOT_EXIST: '60018', BULK_LOGIN_PARTIALLY_SUCCEEDED: '60022', INVALID_REQUEST: '60012', }; exports.ErrorCodes = ErrorCodes; //# sourceMappingURL=ErrorCodes.js.map