Basics
Order status
| Code | Type | Description | Remarks |
|---|---|---|---|
| 0 | INIT | The pre-order API has been called and the order was created, but no Fiat or P2P order has been matched (the user may be logging in or staying on the Binance Connect landing page at this time). | |
| 1 | ON_RAMP_PROCESSING | In the process of buying crypto with Fiat or P2P. | On-ramp only |
| 2 | ON_RAMP_COMPLETED | Successfully bought crypto through Fiat or P2P. The crypto is in the user's Binance wallet, but the withdrawal has not been initiated yet. | On-ramp only |
| 3 | CONVERT_PROCESSING | In the process of converting crypto. | Convert only |
| 4 | CONVERT_COMPLETED | Successfully converted crypto. The converted crypto is in the user's Binance wallet, but the withdrawal has not been initiated yet. | Convert only |
| 6 | OFF_RAMP_PROCESSING | In the process of selling crypto with Fiat or P2P. | Off-ramp only |
| 10 | WITHDRAW_INIT | Withdrawal has been initiated. | On-ramp and Send crypto |
| 11 | WITHDRAW_PROCESSING | Withdrawal in progress, Binance or blockchain is processing. | On-ramp and Send crypto |
| 15 | SWAP_PROCESSING | Swap action in progress, Binance or blockchain is processing. | On-ramp (buy any token) |
| 20 | COMPLETED | For on-ramp, it means that the buying crypto and the withdrawal have been both completed; For off-ramp, it means that the selling crypto has been completed; For send crypto, it means that the withdrawal has been completed. This is one of the final states of an order. | |
| 93 | SWAP_ABANDONED | Buying crypto successfully but the user voluntarily abandoned the swap action (e.g. clicking the Cancel button). The crypto will be stored in the user's Binance wallet. This is one of the final states of an order. | On-ramp (buy any token) only |
| 94 | SWAP_FAILED | Swap action failed. This is one of the final states of an order. | On-ramp (buy any token) only |
| 95 | OFF_RAMP_FAILED | Selling crypto failed. This is one of the final states of an order. | Off-ramp only |
| 96 | WITHDRAW_ABANDONED | Buying crypto successfully but the user voluntarily abandoned the withdrawal process (e.g. clicking the Abandon button). The crypto will be stored in the user's Binance wallet. This is one of the final states of an order. | On-ramp and Send crypto |
| 97 | ON_RAMP_FAILED | Buying crypto failed. This is one of the final states of an order. | On-ramp only |
| 98 | WITHDRAW_FAILED | Buying crypto successfully but the withdrawal failed, the crypto will be stored in the user's Binance wallet. This is one of the final states of an order. | On-ramp and Send crypto |
| 99 | FAILED | The reserved final failure state of an order, not yet enabled. |
How order status transforms
The following flow diagrams indicate how the order status flows during the life cycle of an order.
On-ramp (Buy)

On-ramp (Convert)

Buy any token (Swap)

Send crypto (Normal send & Send primary mode)

Off-ramp (Sell)

Was this page helpful?
Last modified on