Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.55 KB

File metadata and controls

26 lines (21 loc) · 1.55 KB

Trade

Properties

Name Type Description Notes
Id string Fill ID [optional]
CreateTime string Fill Time [optional]
CreateTimeMs string Trading time, with millisecond precision [optional]
CurrencyPair string Currency pair [optional]
Side string Buy or sell order [optional]
Role string Trade role, not returned in public endpoints [optional]
Amount string Trade amount [optional]
Price string Order price [optional]
OrderId string Related order ID, not returned in public endpoints [optional]
Fee string Fee deducted, not returned in public endpoints [optional]
FeeCurrency string Fee currency unit, not returned in public endpoints [optional]
PointFee string Points used to deduct fee, not returned in public endpoints [optional]
GtFee string GT used to deduct fee, not returned in public endpoints [optional]
AmendText string The custom data that the user remarked when amending the order [optional]
SequenceId string Consecutive trade ID within a single market. Used to track and identify trades in the specific market [optional]
Text string User-defined information, not returned in public endpoints [optional]

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