| Field name | Type | Necessary | Remarks |
|---|
| exportType | Int | Y | Export type(1-History Order,3-History Position) |
| startTime | String | Y | Export data start time(millisecond timestamp) |
| endTime | String | Y | Export data end time(millisecond timestamp) |
| exchangeType | String | N | Default export all exchange data, the string supports multiple exchanges, separated by commas.Like "BINANCE,OKX" |
| businessType | String | N | Default export all business data, the string supports multiple businessTypes, separated by commas.Like "SPOT,MARGIN,PERP" |
| isFilterCancel | Int | N | 0-All Data, 1-Filtering orders with no quantity filled, Effective only when exporting order data. Default export all orders. |
| Field | Type | Remark |
|---|
| exportId | Int | History Data Export ID |
| portfolioId | String | Portfolio ID |
| exportType | String | Export type(1-History Order,3-History Position) |
| exchangeType | String | Exchange type(BINANCE,OKX) |
| businessType | String | Business type(SPOT,MARGIN,PERP) |
| orderState | String | Please see ENUM Definitions for supported values. |
| startTime | Long | Export data start time(millisecond timestamp) |
| endTime | Long | Export data start time(millisecond timestamp) |
| isFilterCancel | Int | 0-All Data, 1-Filtering orders with no quantity filled, Effective only when exporting order data. Default export all orders. |
| downloadUrl | String | download url |
| status | Int | |
| createAt | Long | Create data time(millisecond timestamp) |
| updateAt | Long | Update data time(millisecond timestamp) |