I am trying to use the python-binance module to call the binance api to do some analysis and bookkeeping of my own trades. Although I can get the candlesticks with lines like
```trades = client.get_recent_trades(symbol='BNBBTC')```
and
```trades = client.get_historical_trades(symbol='BNBBTC')```
However, I can't find a way to get historical trades of my own account. There doesn't seem to be a function where I can plug in my account ID and access the records of my own trades.
And yes I know how you can do it manually on the binance interface, but that's exactly what I don't want. I want it to be all automatic and in one programme so I can save time.
Any ideas? Thanks so much guys.
[link] [comments]
You can get bonuses upto $100 FREE BONUS when you:
π° Install these recommended apps:
π² SocialGood - 100% Crypto Back on Everyday Shopping
π² xPortal - The DeFi For The Next Billion
π² CryptoTab Browser - Lightweight, fast, and ready to mine!
π° Register on these recommended exchanges:
π‘ Binanceπ‘ Bitfinexπ‘ Bitmartπ‘ Bittrexπ‘ Bitget
π‘ CoinExπ‘ Crypto.comπ‘ Gate.ioπ‘ Huobiπ‘ Kucoin.
Comments