Open ledzgio opened 5 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.
I am trying to retrieve the list of transactions for a specific address but it always returns an empty list.
problem seems to happen when requesting from an address with only TRANFER type transactions, I always get an empty list.