Price Precision List
Get All Price Precisions
Get orderbook aggregation precision list for all trading pairs.
API Information
- Method:
GET - Path:
/api/v1/symbols/price-merges
Response Fields
| Field | Type | Description |
|---|---|---|
| code | integer | Status code |
| message | string | Response message |
| data | object | Aggregation precision mapping for each trading pair |
Response Example
{
"code": 0,
"message": "success",
"data": {
"BTC_USDT": ["0.01", "0.1", "1", "10"],
"ETH_USDT": ["0.01", "0.1", "1"]
}
}
Get Price Precision for Specified Trading Pair
Get orderbook aggregation precision list for a specified trading pair.
API Information
- Method:
GET - Path:
/api/v1/symbols/{symbol}/price-merges