查看MX抵扣状态
HTTP请求
- GET
api/v3/mxDeduct/enable
接口权限要求: 现货交易信息读 / SPOT_DEAL_READ
权重(IP): 1
请求参数
| 参数名 | 数据类型 | 是否必须 | 说明 |
|---|---|---|---|
| recvWindow | long | no | 同步时间 |
| timestamp | long | yes | 时间戳 |
| signature | string | yes | 签名 |
返回参数
| 参数名 | 类型 | 说明 |
|---|---|---|
| mxDeductEnable | boolean | 是否开启了MX抵扣,true:已开启,false:已关闭. |
响应
{
"data":{
"mxDeductEnable":false
},
"code":0,
"msg":"success",
"timestamp":1669109672717
}