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

Buy and Sell Functionality #17

Open
jfeust opened this issue Nov 14, 2017 · 11 comments
Open

Buy and Sell Functionality #17

jfeust opened this issue Nov 14, 2017 · 11 comments

Comments

@jfeust
Copy link

jfeust commented Nov 14, 2017

Am I missing something or does this lack the ability to place buy and sell orders?

@poppinyunhai
Copy link

@jfeust I encountered the same problem

@masudhossain
Copy link

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.

@nwochaadim
Copy link

Only the v2.0 bittrex api gives the full buy/sell functionality. The v1.1 only allows buylimit and selllimit. I am willing to open a PR for this.

@jesseproudman
Copy link

I need this functionality myself. Is any one working on it? Otherwise I may give it a go.

@jesseproudman
Copy link

@nwochaadim Just saw the work you've done on your branch. Looks solid - will give it a go.

@prutheus
Copy link

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:

c.get('market/buylimit', {market:'USDT-BTC', quantity:0.0001, rate:17000})

But it only results in nil, why?

@indokathan
Copy link

@prutheus Having the same issue. Have you found a solution?

@arunsatyarth
Copy link

@jesseproudman I think it should be a post call.

@andersonar2004
Copy link

Somebody found a solution? I have the same issue

@aaronmarks
Copy link

aaronmarks commented Jan 27, 2018

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.

@tarraschk
Copy link

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.

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