WithdrawRequest
cryptostring必填
要提现的加密货币
networkstring必填
提现的加密货币网络
addressstring必填
提现地址
addressExtensionstring
地址扩展(例如 XRP 的 tag、EOS 的 memo)。当 Crypto Networks 返回的 needAddressExtension 为 true 时为必填项
amountstring必填
提现金额
amountIncludeFeeboolean
手续费是否包含在金额中。默认值为 true。
默认值:
truewebhookUrlstring
如需接收通知,请填写 'webhookUrl' 参数。同时请通知我们以便将 'webhookUrl' 加入白名单。
WithdrawRequest
{
"crypto": "string",
"network": "string",
"address": "string",
"addressExtension": "string",
"amount": "string",
"amountIncludeFee": true,
"webhookUrl": "string"
}