UNPKG

ccxws

Version:

Websocket client for 37 cryptocurrency exchanges

7 lines (6 loc) 98 B
export type Market = { id: string; base: string; quote: string; type?: string; };