sammchardy / python-binance-chain

Binance Chain Exchange API python implementation for automated trading
http://python-binance-chain.rtfd.io
MIT License
297 stars 133 forks source link

get_transactions always empty in mainnet and testnet #31

Open ledzgio opened 4 years ago

ledzgio commented 4 years ago

I am trying to retrieve the list of transactions for a specific address but it always returns an empty list.

 prod_env = BinanceEnvironment.get_production_env()
 client = HttpApiClient(env=prod_env)
 client.get_transactions(address='bnb17pd7wd7xp5636vtnsyld8x8ec4dv5t0d0y9xc7')

problem seems to happen when requesting from an address with only TRANFER type transactions, I always get an empty list.