开启MX抵扣
调用该接口,开启或者关闭现货MX抵扣手续费设置
请求示例
post api/v3/mxDeduct/enable?timestamp={{timestamp}}&signature={{signature}}
返回示例
{
"data":{
"mxDeductEnable":true
},
"code":0,
"msg":"success",
"timestamp":1669109672280
}
HTTP请求
- POST
api/v3/mxDeduct/enable
接口权限要求: 现货交易信息写 / SPOT_DEAL_W
权重(IP): 1
请求参数
| 参数名 | 数据类型 | 是否必须 | 说明 |
|---|---|---|---|
| mxDeductEnable | boolean | yes | 是否开启MX抵扣,true:开启, false:关闭 |
| recvWindow | long | no | 同步时间 |
| timestamp | long | yes | 时间戳 |
| signature | string | yes | 签名 |
返回参数
| 参数名 | 类型 | 说明 |
|---|---|---|
| mxDeductEnable | boolean | 是否开启了MX抵扣,true:已开启,false:已关闭. |