Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.52 KB

File metadata and controls

25 lines (21 loc) · 1.52 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 User-defined information, not returned in public endpoints [optional]

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