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

{'success': False, 'message': 'INVALID_MARKET', 'result': None} on method buy_limit() #157

Open
felipeduarte opened this issue Aug 23, 2018 · 1 comment

Comments

@felipeduarte
Copy link

felipeduarte commented Aug 23, 2018

Hi people,
Good night, I was developing an bot application using this API (python-bittrex v 1.1) and when my bot will go buy the currency with the method buy_limit(market, quantity, rate) it can't buy the currency, and return of this call with the method buy_limit() it's:
{'success': False, 'message': 'INVALID_MARKET', 'result': None}.

I just pass the name of market with less "BTC-", for example the currency BTC-2GIVE, I pass just "2GIVE", but I already tested on IPython pass the name of currency with "BTC-", for example: "BTC-2GIVE" and in this two cases this method buy_limit() don't buy the currency and return this JSON message:
{'success': False, 'message': 'INVALID_MARKET', 'result': None}

I ask please, to you help me with this problem... It's for a job freelancer that I was developing...

Thank you very much in advance!

Best Regards

@felipeduarte
Copy link
Author

Follow the link of my source code, the fail it's on line number 33:
https://pastebin.com/JSW4uLJb

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