feat(#251): add optional bapi rate limit parsing to REST clients
This commit is contained in:
@@ -52,8 +52,8 @@ export interface GetOrderbookParamsV5 {
|
||||
limit?: number;
|
||||
}
|
||||
|
||||
export interface GetTickersParamsV5 {
|
||||
category: CategoryV5;
|
||||
export interface GetTickersParamsV5<TCategory = CategoryV5> {
|
||||
category: TCategory;
|
||||
symbol?: string;
|
||||
baseCoin?: string;
|
||||
expDate?: string;
|
||||
|
||||
Reference in New Issue
Block a user