craysiii / binance

API Wrapper for the Binance cryptocurrency exchange written in Ruby.
MIT License
97 stars 79 forks source link

User History Data Fetch #20

Closed mchalise closed 6 years ago

mchalise commented 6 years ago

Is there any way to fetch all Trade, Deposit and Withdrawal History.

craysiii commented 6 years ago

Hey there,

Unfortunately the API does not give us an easy way to do so. You have to iterate through all different pairs/balances/etc and make the calculations on your own. :(