Query Trading Pair Precision
Address/openApi/market/precision
Receiving Parameters
Required
Submission method: GET
Example
curl -d /openApi/market/precision
Submission Parameters
Parameter Name | Required | Type | Example | Description |
---|---|---|---|---|
symbol | No | string | BTC-USDT | Trading pair, optional, if not filled, the precision of all trading pairs is returned |
Return Parameters
Parameter | Required | Type | Example | Description |
---|---|---|---|---|
errno | Yes | int | 0 | Status code |
errmsg | Yes | success | success | Status Information |
result | Yes | object | See example | List |
result Parameters Explanation
Parameter Name | Required | Type | Example | Description |
---|---|---|---|---|
amount | Yes | string | LINK-BTC | Quantity Precision |
price | Yes | string | LINK-BTC | price precision |
minQuantity | Yes | string | 0.01 | Minimum order quantity |
maxQuantity | Yes | string | 100000000 | Maximum order quantity |
minPrice | Yes | string | 0.01 | Minimum order price |
maxPrice | Yes | string | 100000000 | Maximum order price |