Search Historical Orders
1. Request Url
https://{host}/marketApi/historyOrders
2. Request Param
Parameter name | Is it necessary | description |
channelId | Y | Channel number |
timestamp | Y | Millisecond timestamp(UTC+8) |
sign | Y | See "Signature Generation" |
pageNo | N | The current number of pages(default: 1) |
pageSize | N | Number each page(default: 10) |
tradePair | Y | Trade pair |
3.Request Example
4.Response Data
5.Response Data Explanation
Description | Is Array | Parameter name | Data type | Length | Is it necessary | Remark |
The current number of pages | N | pageNo | Number | 20 | Y | eg: 1 |
Number each page | N | pageSize | Number | 20 | Y | eg: 10 |
The total number of records | N | totalCount | Number | 20 | Y | eg: 2 |
Total number of pages | N | totalPage | Number | 20 | Y | eg: 1 |
OrderId | Y | orderId | String | 30 | Y | eg: Hushjrw8723 |
Trading code | Y | availCoinCode | String | 20 | Y | eg: BTC |
Trade zone code | Y | availTradeCode | String | 20 | Y | eg: USDT |
Trade pair | Y | tradePair | String | 20 | Y | BTC/USDT |
Price | Y | price | String | 30 | Y | eg: 0.21312 |
Order quantity | Y | totalAmt | String | 30 | Y | eg: 1 |
Deal quantity | Y | successAmt | String | 30 | Y | eg: 1 |
The total volume | Y | totalTradeAmt | String | 30 | Y | eg: 0.21312 |
Deal volume | Y | successTradeAmt | String | 30 | Y | eg: 0.21312 |
Type | Y | type | String | 20 | Y | eg: buy |
Fee | Y | tradeFee | String | 20 | Y | eg: 0.000426 |
Average price | Y | averagePrice | String | 20 | Y | eg: 0.21312 |
Status | Y | status | String | 30 | Y | eg: canceled |
Create time | Y | createTime | String | 30 | Y | eg: 2019-08-02 11:14:00(UTC+8) |
Update time | Y | updateTime | String | 30 | Y | eg: 2019-08-02 11:14:00(UTC+8) |