| 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] |
| Name | Value |
|---|---|
| BUY | "buy" |
| SELL | "sell" |
| Name | Value |
|---|---|
| TAKER | "taker" |
| MAKER | "maker" |