hitbtc-com / hitbtc-api

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

API is inconsistent: it says "order not found" when trying to fetch/edit/cancel a newly created order #144

Open xpl opened 6 years ago

xpl commented 6 years ago

Hi, I'm a developer of the CCXT library (it is a cross-language cryptocurrency trading library with support for more than 100 exchanges).

In the last days, our users noticed that the HitBTC API misbehaves when trying to fetch/edit/cancel a newly created order. It seems that orders appear in the database with a delay, so the API methods report with an "order not found" error shortly after a successful creation of an order.

xpl commented 6 years ago

The issue is still there...