查询所有现货优惠折扣配置信息
响应示例
{
"success": true,
"code": 200,
"message": "success",
"data": [
{
"id": 1,
"currency": "MX",
"state": "ENABLED",
"discountConfig": "[{\"day\":1,\"discount\":0.5,\"level\":1,\"volMax\":2147483647,\"volMin\":500}]",
"ineffectiveDiscountConfig": "",
"operator": "",
"createTime": 1699775818000,
"updateTime": 1732982217000,
"enabled": true
}
]
}
- GET
/api/v1/private/account/config/contractFeeDiscountConfig
需要权限: 读取账户信息
请求参数:
无
响应参数:
| 参数名 | 类型 | 说明 |
|---|---|---|
| currency | string | 抵扣币种 |
| state | string | 状态:ENABLED,DISABLED |
| discountConfig | string | 折扣配置,JSON:[{"level":1,"volMin":0, "volMax":12,"day":7,"discount":0.8}] |
| blackContractIdSet | list | 不能参与折扣合约ID号列表 |