Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 982 Bytes

FlashSwapOrder.md

File metadata and controls

17 lines (14 loc) · 982 Bytes

# FlashSwapOrder

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 string Currency to sell [optional] [readonly]
sell_amount string Amount to sell [optional] [readonly]
buy_currency string Currency to buy [optional] [readonly]
buy_amount string Amount to buy [optional] [readonly]
price string Price [optional] [readonly]
status int Flash swap order status `1` - success `2` - failure [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]