ViewBlock / binance-api-node

:chart: A complete and heavily tested wrapper with typings for the Binance API.
654 stars 495 forks source link

Fix payload type for futuresUserTrades #632

Closed Djarrieta closed 1 year ago

Djarrieta commented 1 year ago

Symbol is not required in the Binance API. It is importand because if I want all my trades in the last week, i have to make one call for every single symbol instead of not sending symbol and get all of then all in once.

balthazar commented 1 year ago

Thanks