Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.15 KB

File metadata and controls

35 lines (27 loc) · 1.15 KB

Trade

Properties

Name Type Description Notes
id String Trade ID [optional]
createTime String Trading time [optional]
createTimeMs String Trading time, with millisecond precision [optional]
currencyPair String Currency pair [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 Points 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"