Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 974 Bytes

FlashSwapOrder.md

File metadata and controls

19 lines (15 loc) · 974 Bytes

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] [Back to API list] [Back to README]