Historical transaction record
1. Request Url
https://{host}/marketApi/history/trade
2. Request Param
Parameter name | Is it necessary | description |
---|---|---|
channelId | yes | Channel number |
timestamp | yes | Millisecond timestamp(UTC+8) |
sign | yes | See "Signature Generation" |
symbol | yes | symbol |
3.Request Example
4.Response Data
5.Response Data Explanation
Description | Is Array | Parameter name | Data type |
---|---|---|---|
amount | yes | amount | String |
direction | yes | direction | String |
price | yes | price | String |
trade-id | yes | trade-id | String |
ts | yes | ts | String |