跳到主要内容

CryptoNetworkItem

networkstring必填

网络

namestring必填

网络名称

depositEnableboolean必填

是否允许充值

withdrawEnableboolean必填

是否允许提现

confirmationTimeinteger

预计区块确认时间

depositAmtMinstring必填

最小充值金额

depositFeeMinstring必填

最低充值手续费

depositFeeRatestring必填

充值手续费率

depositExtFeesstring必填

充值额外手续费

depositExtFeeRatestring必填

充值额外手续费率

needAddressExtensionboolean必填

是否支持地址扩展

addressExtensionTypeNamestring

地址扩展类型(例如 tag)

withdrawAmtMinstring必填

最小提现金额

withdrawFeeMinstring必填

最低提现手续费

withdrawFeeRatestring必填

提现手续费率

withdrawExtFeesstring必填

提现额外手续费

withdrawExtFeeRatestring必填

提现额外手续费率

CryptoNetworkItem
{
"network": "string",
"name": "string",
"depositEnable": true,
"withdrawEnable": true,
"confirmationTime": 0,
"depositAmtMin": "string",
"depositFeeMin": "string",
"depositFeeRate": "string",
"depositExtFees": "string",
"depositExtFeeRate": "string",
"needAddressExtension": true,
"addressExtensionTypeName": "string",
"withdrawAmtMin": "string",
"withdrawFeeMin": "string",
"withdrawFeeRate": "string",
"withdrawExtFees": "string",
"withdrawExtFeeRate": "string"
}