-
Notifications
You must be signed in to change notification settings - Fork 85
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
Buy and Sell Functionality #17
Comments
@jfeust I encountered the same problem |
You can use the rest api to make calls to the server, can't you? Just use a traditional POST command from your rails controller or button. |
Only the v2.0 bittrex api gives the full buy/sell functionality. The v1.1 only allows |
I need this functionality myself. Is any one working on it? Otherwise I may give it a go. |
@nwochaadim Just saw the work you've done on your branch. Looks solid - will give it a go. |
Hello. I wanted to use buylimit/sellimit. But I focused an error maybe. After I created a Bittrex::Client with key and secret, I want to do:
But it only results in |
@prutheus Having the same issue. Have you found a solution? |
@jesseproudman I think it should be a post call. |
Somebody found a solution? I have the same issue |
Also interested in whether anyone figured this out. @arunsatyarth how do you do a post call? I only see get in the client class. And the bittrex documentation says all calls are gets. |
Hi, it is definitely a get request. I had issues using this gem, so I built mine: https://github.com/tarraschk/bittrex_ruby You can check out the code if you want to implement it in this repo. |
Am I missing something or does this lack the ability to place buy and sell orders?
The text was updated successfully, but these errors were encountered: