diff --git a/index.d.ts b/index.d.ts index dd33bae7..5931a172 100644 --- a/index.d.ts +++ b/index.d.ts @@ -258,6 +258,8 @@ declare module 'binance-api-node' { } export interface SymbolMinNotionalFilter { + applyToMarket: boolean; + avgPriceMins: number; filterType: SymbolFilterType; minNotional: string; }