文档
测试

04.客户充提费用配置信息查询

GET
/fee/config/load

接口描述

账户充提费用配置信息查询,以便于在前端做费用试算

请求参数

参数名
类型
描述
必填
accountId
string
托管中台的 account_id
必填
chainAssetId
string
链上币种Id
必填

响应

参数名
类型
描述
必填
errNo
string
错误码
必填
errMsg
string
错误提示
必填
data
obj
必填
chainAssetId
string
链上币种Id
必填
withdrawRate
string
提现收费比例
必填
withdrawMaxAmount
string
提现收费数量上限
必填
withdrawMinAmount
string
提现收费数量下限
必填
withdrawBillAsset
string
提现收费币种
必填
depositRate
string
充值收费比例
必填
depositMaxAmount
string
充值收费数量上限
必填
depositMinAmount
string
充值收费数量下限
必填
depositBillAsset
string
充值收费币种
必填