Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1013 Bytes

FlashSwapOrder.md

File metadata and controls

16 lines (13 loc) · 1013 Bytes

FlashSwapOrder

Properties

Name Type Description Notes
id number Flash swap order ID [optional] [readonly] [default to undefined]
createTime number Creation time of order (in milliseconds) [optional] [readonly] [default to undefined]
userId number User ID [optional] [readonly] [default to undefined]
sellCurrency string Currency to sell [optional] [readonly] [default to undefined]
sellAmount string Amount to sell [optional] [readonly] [default to undefined]
buyCurrency string Currency to buy [optional] [readonly] [default to undefined]
buyAmount string Amount to buy [optional] [readonly] [default to undefined]
price string Price [optional] [readonly] [default to undefined]
status number Flash swap order status `1` - success `2` - failure [optional] [readonly] [default to undefined]