hitbtc-com / hitbtc-api

HitBTC API
GNU Lesser General Public License v3.0
324 stars 153 forks source link

/api/2/history/order doesn't return filled orders #127

Closed valeriakononenko closed 6 years ago

valeriakononenko commented 6 years ago

I tried to call

GET /api/2/history/order?symbol=LATBTC

got list of orders when one of them is new sell and no filled buy orders. I can't do sell without doing buy before it.

In dashboard My Orders I filtered all my LAT/BTC orders and got that one new sell order (orderId = 16958422780) of strange date 2018-12-02 20:21:57.958 In My Trades I can see my filled buy order (orderId = 185556801), of date 2018-02-07 07:13:51.471

Seems you also have problem with dates, because 2018-12-02 - is of 12th month, so the date hasn't happened yet!