UNPKG

kucoin-api

Version:

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

9 lines (8 loc) 181 B
export interface GetAnnouncementsRequest { currentPage?: number; pageSize?: number; annType?: string; lang?: string; startTime?: number; endTime?: number; }