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