UNPKG

kucoin-api

Version:

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

12 lines (11 loc) 245 B
export interface WsServerInfo { endpoint: string; encrypt: boolean; protocol: string; pingInterval: number; pingTimeout: number; } export interface WsConnectionInfo { token: string; instanceServers: WsServerInfo[]; }