Skip to content

Commit 1642ed3

Browse files
authored
feat(index.d.ts): add to parameters function https://www.npmjs.com/package/binance-api-node#exchangeinfo (#614)
1 parent 1e1e5ed commit 1642ed3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ declare module 'binance-api-node' {
462462
}): Promise<AggregatedTrade[]>
463463
allBookTickers(): Promise<{ [key: string]: Ticker }>
464464
book(options: { symbol: string; limit?: number }): Promise<OrderBook>
465-
exchangeInfo(): Promise<ExchangeInfo>
465+
exchangeInfo(options?: { symbol: string }): Promise<ExchangeInfo>
466466
lendingAccount(options?: { useServerTime: boolean }): Promise<LendingAccount>
467467
fundingWallet(options?: {
468468
asset?: string

0 commit comments

Comments
 (0)