From a417f559fdd4bb75202e0ff81ebdbcc84a68ad16 Mon Sep 17 00:00:00 2001 From: IlKhr Date: Sat, 24 Dec 2022 01:32:06 +0300 Subject: [PATCH] feat(index.d.ts): add to parameters function https://www.npmjs.com/package/binance-api-node#exchangeinfo --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index ebef6b3d..e14f9ca1 100644 --- a/index.d.ts +++ b/index.d.ts @@ -462,7 +462,7 @@ declare module 'binance-api-node' { }): Promise allBookTickers(): Promise<{ [key: string]: Ticker }> book(options: { symbol: string; limit?: number }): Promise - exchangeInfo(): Promise + exchangeInfo(options?: { symbol: string }): Promise lendingAccount(options?: { useServerTime: boolean }): Promise fundingWallet(options?: { asset?: string