nardew / cryptoxlib-aio

cryptoxlib-aio - asynchronous python client for various crypto exchanges with full REST API and websocket support. Supported exchanges: AAX, Bibox, BiboxEurope, Binance (spot, margin, USDS-M futures, COIN-M futures, BLVT, BSwap), Bitforex, BitpandaPro, Bitvavo, BTSE, Coinmate, Eterbase, HitBTC, Liquid.
https://pypi.org/project/cryptoxlib-aio/
MIT License
133 stars 37 forks source link

Binance - deposit history method (/sapi/v1/capital/deposit/hisrec) #72

Closed nkrsic closed 3 years ago

nkrsic commented 3 years ago
nkrsic commented 3 years ago

I did my best to match your style and conventions, I found myself wanting this endpoint while using the library. No hard feelings if you don't want to add, but I found it useful.

Edit: This endpoint is useful in getting one's full deposit history, even though the API limits the time-scope of each call; simply adjust the start and end timestamps and coin. The functionality (as is common with Binance sadly) is limited by their API endpoint not this library or the code.

nardew commented 3 years ago

Many thanks @nkrsic, looks very clean.