Get the Order Detail of Account
1. Request Url
https://{host}/marketApi/billRecord
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) |
coinCode | Y | Currency Type |
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 |
The balance | Y | amount | String | 20 | Y | eg: 4.32 |
Change the number | Y | changeAmt | String | 20 | Y | eg: 1 |
Currency Type | Y | coinCode | String | 20 | Y | eg: BTC |
Record Id | Y | recordId | String | 20 | Y | eg: adsjvLP4 |
Record Type | Y | type | String | 20 | Y | eg: trade_deduct |
Timestamp | Y | createTime | String | 20 | Y | eg: 2019-08-03 11:14:00(UTC+8) |