Get the Support Trade Pair
1. Request Url
https://{host}/marketApi/loadPair
2. Request Param
Parameter name | Is it necessary | description |
channelId | Y | Channel number |
timestamp | Y | Millisecond timestamp(UTC+8) |
sign | Y | See "Signature Generation" |
3.Request Example
4.Response Data
5.Response Data Explanation
Description | Is Array | Parameter name | Data type | Length | Is it necessary | Remark |
Minimum trading volume | Y | allowCoinLow | String | 20 | Y | eg: 0.001 |
Minimum turnover | Y | allowTradeLow | String | 20 | Y | eg: 0.000001 |
Currency type | Y | tradeCode | String | 20 | Y | eg: USDT |
Trade pair | Y | tradePair | String | 20 | Y | eg: ETH/USDT |
Trading quantity accuracy | Y | tradeNumAccuracy | Number | 2 | Y | eg: 2 |
Trading accuracy | Y | tradePriceAccuracy | Number | 2 | Y | eg: 6 |