python-binance-chain icon indicating copy to clipboard operation
python-binance-chain copied to clipboard

get_transactions always empty in mainnet and testnet

Open ledzgio opened this issue 5 years ago • 0 comments

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.

ledzgio avatar Oct 29 '19 15:10 ledzgio