-
Notifications
You must be signed in to change notification settings - Fork 12
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
How to make Market Buy/sell Api Request #3
Comments
Hi,
I've no idea to be honest. I just wrote methods for each of the end points
available in the Bittrex api documentation. I can't see any information in
their documentation about market orders. :(
If you do find out. Let me know. :)
Thanks,
Jon.
…On 17 September 2017 at 18:37, shravanvinu ***@***.***> wrote:
I went through Bittrex Documentation too, but can only find Limt Buy/sell
how to do Market Buy/Sell?? will be better if the feature is added in this
wrapper..
Conditional buy/sell , stop order can also be implemented if the api
supports it, there is very less documentation provided by bittrex, there
support team dint replay too..
Can implement lot many features, if the proper API documentation is
provided by them..
Guys Please share if any of you have more info on it..
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AGcI8fUnMrQ_Ze_d8duvqsuAv171RqyDks5sjVjpgaJpZM4PaN9U>
.
|
hi, Any ways, Nice Work , will contribute to this once i find more info on this.. :) |
I know there is a version 2 of the API The response is in the following format.
As is relates to other order types outside the API capabilities, I believe you have to simulate it with your own code. So buy at market price, you would have to watch the market last price or latest BID price in the order book and execute your order at that price. Same thing for stop loss, trailing stop loss and so on. |
oh.. how did you come across v2 API? dint you got more documentation on that version?? |
@shravanvinu More v2 endpoint have been found. |
I went through Bittrex Documentation too, but can only find Limt Buy/sell
how to do Market Buy/Sell?? will be better if the feature is added in this wrapper..
Conditional buy/sell , stop order can also be implemented if the api supports it, there is very less documentation provided by bittrex, there support team dint replay too..
Can implement lot many features, if the proper API documentation is provided by them..
Guys Please share if any of you have more info on it..
The text was updated successfully, but these errors were encountered: