Latest transaction information
1. Request Url
https://{host}/marketApi/history/detail
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 | Y | amount | String |
close | Y | close | String |
direction | Y | direction | String |
high | Y | high | String |
latestAmount | Y | latestAmount | String |
latestPrice | Y | latestPrice | String |
latestPriceRMB | Y | latestPriceRMB | String |
latestPriceUSDT | Y | latestPriceUSDT | String |
low | Y | low | String |
open | Y | open | String |
percentage | Y | percentage | String |
ts | Y | ts | String |
type | Y | type | String |
vol | Y | vol | String |