skycoin / teller

Skycoin exchange service
15 stars 30 forks source link

Check balance before placing an order #243

Closed gz-c closed 6 years ago

gz-c commented 6 years ago

Market orders will automatically fail if the balance is insufficient to execute at the time it is placed. This is different from limit orders which will remain pending or suspended until the balance is sufficient to execute.

Since the system cannot recover automatically for fatal orders (requiring manual intervention), check the available balance before placing an order.