Skip to main content

Query MX Deduct Status

HTTP Request

  • GET api/v3/mxDeduct/enable

Required Permission: SPOT_DEAL_READ

Weight(IP): 1

Request Parameters

NameTypeMandatoryDescription
recvWindowlongnorecvWindow
timestamplongyestimestamp
signaturestringyessignature

Response Parameters

NameTypeDescription
mxDeductEnablebooleantrue:enable,false:disable

Response

{
"data":{
"mxDeductEnable":false
},
"code":0,
"msg":"success",
"timestamp":1669109672717
}