用户享受的优惠信息查询
有现货费率优惠折扣,则享受现货折扣配置,若有合约mx持仓则享受mx抵扣
HTTP请求
- GET
/api/v1/private/account/discountType
接口权限要求: 读取账户信息
请求参数
无
返回参数
| 参数名 | 类型 | 说明 |
|---|---|---|
| useFeeDiscount | boolean | 使用现货优惠折扣费率 |
| useFeeDeduct | boolean | 使用合约抵扣费率 |
响应
{
"success": true,
"code": 0,
"data": {
"useFeeDiscount": true,
"useFeeDeduct": false
}
}