jup-ag / jupiter-core-example

92 stars 56 forks source link

SDK: can't cancel orders + expired orders issue #14

Open iliyaZelenko opened 7 months ago

iliyaZelenko commented 7 months ago

I'm trying to cancel orders via SDK (batchCancelExpiredOrder, cancelOrder). It runs without errors, but the orders are never canceled, although if you go to the website, they are canceled there.

Also, when creating an order createOrder, I specify expiredAt, but the orders remain open, do they need to be manually closed with batchCancelExpiredOrder?

iliyaZelenko commented 7 months ago

Using API works.