# FlashSwapOrder Flash swap order ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **int** | Flash swap order ID | [optional] [readonly] **create_time** | **int** | Creation time of order (in milliseconds) | [optional] [readonly] **user_id** | **int** | User ID | [optional] [readonly] **sell_currency** | **str** | Currency to sell | [optional] [readonly] **sell_amount** | **str** | Amount to sell | [optional] [readonly] **buy_currency** | **str** | Currency to buy | [optional] [readonly] **buy_amount** | **str** | Amount to buy | [optional] [readonly] **price** | **str** | Price | [optional] [readonly] **status** | **int** | Flash swap order status `1` - success `2` - failure | [optional] [readonly] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)