UNPKG

binance-api-client

Version:

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

8 lines (7 loc) 100 B
/** * Represents a single rate limit type. */ export enum RateLimitType { REQUESTS, ORDERS, }