python-binance-chain
python-binance-chain copied to clipboard
get_transactions always empty in mainnet and testnet
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.