Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.01 KB

File metadata and controls

33 lines (25 loc) · 1.01 KB

Trade

Properties

Name Type Description Notes
id String Trade ID [optional]
createTime String Trading time [optional]
side SideEnum Order side [optional]
role RoleEnum Trade role [optional]
amount String Trade amount [optional]
price String Order price [optional]
orderId String Related order ID. No value in public endpoints [optional]
fee String Fee deducted. No value in public endpoints [optional]
feeCurrency String Fee currency unit. No value in public endpoints [optional]
pointFee String Point used to deduct fee [optional]
gtFee String GT used to deduct fee [optional]

Enum: SideEnum

Name Value
BUY "buy"
SELL "sell"

Enum: RoleEnum

Name Value
TAKER "taker"
MAKER "maker"