sammchardy / python-binance

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

AttributeError #1418

Open bernardaugustpaulus opened 3 weeks ago

bernardaugustpaulus commented 3 weeks ago

my simple code:

from binance import Client client = Client(api_key, api_secret)

client.futures_recent_trades("ETHUSDT", 10)

my issue: AttributeError: 'Client' object has no attribute 'futures_recent_trades'

Please help