Skip to content

Commit

Permalink
Fix interface for futuresUserTrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Djarrieta committed Jun 7, 2023
1 parent dd62ccb commit 8e7e030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ declare module 'binance-api-node' {
}): Promise<AggregatedTrade[]>
futuresTrades(options: { symbol: string; limit?: number }): Promise<TradeResult[]>
futuresUserTrades(options: {
symbol: string
symbol?: string
startTime?: number
endTime?: number
fromId?: number
Expand Down

0 comments on commit 8e7e030

Please sign in to comment.