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
Normally, most REST operations are rather atomic. When an asset is bought, the balance should update, when sold, the balance should decrement. This is not the case for many endpoints. Order fills and order opens take a finite amount of time to propagate to the underlying wallet.
Normally, most REST operations are rather atomic. When an asset is bought, the balance should update, when sold, the balance should decrement. This is not the case for many endpoints. Order fills and order opens take a finite amount of time to propagate to the underlying wallet.
pyexch/examples/coinbase_dca.py
Lines 152 to 155 in b52d941
Whats worse, even orders placed will disappear when read back, requiring retries to verify that placed orders are placed.
pyexch/examples/coinbase_dca.py
Lines 222 to 231 in b52d941
The text was updated successfully, but these errors were encountered: