You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I place a limit order with order_expiry=int((time.time() + 60 * 5) * 1000), it works.
But when I place a limit order with order_expiry=int((time.time() + 60 * 4) * 1000), it fails silently.