sammchardy / python-binance

Binance Exchange API python implementation for automated trading
https://python-binance.readthedocs.io/en/latest/
MIT License
5.98k stars 2.2k forks source link

futures_income_history #1177

Open flydr2 opened 2 years ago

flydr2 commented 2 years ago

I can't seem to get the last 4 days... It returns anything before that time but nothing more recent. I've tried with and without startTime=, endTime=.

Any ideas?

flydr2 commented 2 years ago

I can't seem to get the last 4 days... It returns anything before that time but nothing more recent. I've tried with and without startTime=, endTime=.

Any ideas?

Nevermind... It was my mistake using income_history when I wanted trade_history