UNPKG

binance-api-client

Version:

A wrapper which can be used to interact with Binance's API. Entirely developed in TypeScript.

7 lines (6 loc) 79 B
/** * Represents a single symbol type. */ export enum SymbolType { SPOT, }