Spot liquidation order details
| Name | Type | Description | Notes |
|---|---|---|---|
| text | str | Order custom information. Users can set custom ID with this field. Custom fields must meet the following conditions: 1. Must start with `t-` 2. Excluding `t-`, length cannot exceed 28 bytes 3. Can only contain numbers, letters, underscore(_), hyphen(-) or dot(.) | [optional] |
| currency_pair | str | Currency pair | |
| amount | str | Trade amount | |
| price | str | Order price | |
| action_mode | str | Processing mode: Different fields are returned when placing an order based on action_mode. This field is only valid during the request and is not included in the response `ACK`: Asynchronous mode, only returns key order fields `RESULT`: No liquidation information `FULL`: Full mode (default) | [optional] |