UNPKG

okx-v5-ws

Version:

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

11 lines (10 loc) 304 B
declare const ErrorCodes: { INVALID_OK_ACCESS_KEY: string; INVALID_SIGN: string; ENDPOINT_NOT_SUPPORT_SUBSCRIBE_CHANNEL: string; LOGIN_FAILED: string; DOES_NOT_EXIST: string; BULK_LOGIN_PARTIALLY_SUCCEEDED: string; INVALID_REQUEST: string; }; export { ErrorCodes };