-
Notifications
You must be signed in to change notification settings - Fork 217
[HitBTC] Is there a way for me to know whether my trades get executed ? #229
Comments
I would recommend to check your own trade status via rest API and your account infos. However, I think this is not possible via Websockets |
Making a API call not only it's slow but there is a rate limit to it. |
Looking at the documentation for HitBTC there is some endpoints that maybe useful . However it appears it is not yet implemented in this library. |
Execution report support is only just starting to arrive. Status:
HitBTC support is currently not available. @szd116, feel free to raise a feature request. There might be other HitBTC users who would be keen to implement it. In the meantime you may be interested to know that you can get the published rate limits from |
Thank you gentlemen for the prompt reply. I will raise a request. |
Is there a way for me to know whether my trades get executed ? for instance, I would like to know the status of my trades, whether it's partial fill, or full fill through web socket ? At this point I can see trades through web sockets for instance:
TRADE: {} Trade [type=BID, originalAmount=0.02, currencyPair=BTC/USD, price=6657.81, timestamp=Tue Oct 09 04:56:05 EDT 2018, id=377800796]
There is no status of these trades. The instance I am interested in particular is HITBTC. Thanks.
The text was updated successfully, but these errors were encountered: