Order response
| Name | Type | Description | Notes |
|---|---|---|---|
| order_id | str | Order ID | [optional] |
| tx_hash | str | Transaction Hash | [optional] |
| side | str | Buy or sell orders - buy - sell | [optional] |
| usdt_amount | str | Amount (USDT) | [optional] |
| currency | str | Token | [optional] |
| currency_amount | str | Token amount | [optional] |
| status | int | Order Status - `0` : All - `1` : Processing - `2` : Successful - `3` : Failed - `4` : Cancelled - `5` : Buy order placed but transfer not completed - `6` : Order cancelled but transfer not completed | [optional] |
| gas_mode | str | Trading mode affects slippage selection - `speed` : Smart mode - `custom` : Custom mode, uses `slippage` parameter | [optional] |
| chain | str | Blockchain | [optional] |
| gas_fee | str | Gas Fee (USDT-based) | [optional] |
| transaction_fee | str | Trading Fee (USDT-based) | [optional] |
| failed_reason | str | Failure reason (if applicable) | [optional] |
| create_time | int | Creation timestamp | [optional] |