Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_transactions always empty in mainnet and testnet #31

Open
ledzgio opened this issue Oct 29, 2019 · 0 comments
Open

get_transactions always empty in mainnet and testnet #31

ledzgio opened this issue Oct 29, 2019 · 0 comments

Comments

@ledzgio
Copy link

ledzgio commented Oct 29, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant