Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.77 KB

File metadata and controls

26 lines (22 loc) · 1.77 KB

Trade

Properties

Name Type Description Notes
id str Fill ID [optional]
create_time str Fill Time [optional]
create_time_ms str Trading time, with millisecond precision [optional]
currency_pair str Currency pair [optional]
side str Buy or sell order [optional]
role str Trade role, not returned in public endpoints [optional]
amount str Trade amount [optional]
price str Order price [optional]
order_id str Related order ID, not returned in public endpoints [optional]
fee str Fee deducted, not returned in public endpoints [optional]
fee_currency str Fee currency unit, not returned in public endpoints [optional]
point_fee str Points used to deduct fee, not returned in public endpoints [optional]
gt_fee str GT used to deduct fee, not returned in public endpoints [optional]
amend_text str The custom data that the user remarked when amending the order [optional]
sequence_id str Consecutive trade ID within a single market. Used to track and identify trades in the specific market [optional]
text str Order's Custom Information. This field is not returned by public interfaces. The scenarios pm_liquidate, comb_margin_liquidate, and scm_liquidate represent full-account forced liquidation orders. liquidate represents isolated-account forced liquidation orders. [optional]
deal str Total Executed Value [optional]

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