curl --location --request POST 'https://api.kucoin.com/api/v2/broker/withdrawal' \
--header 'Content-Type: application/json' \
--data-raw '初始请求初始請求
{
"address": "0x5439fa013b0b7c2c8fde3281754c464b30dfc111",
"amount": 1,
"chain": "kcc",
"currency": "USDT",
"feeDeductType": "EXTERNAL",
"isInner": false,
"memo": "",
"remark": "",
"wallet": "kucoin",
"withdrawType": "ADDRESS"
}
後續請求
{
"address": "0x5439fa013b0b7c2c8fde3281754c464b30dfc111",
"amount": 1,
"chain": "kcc",
"currency": "USDT",
"feeDeductType": "EXTERNAL",
"isInner": false,
"memo": "",
"remark": "",
"validation": {
"factors": [
{
"factorType": "EMV",
"factorValue": "142262"
},
{
"factorType": "GAV",
"factorValue": "616566"
}
],
"transactionId": "393a1372a534f12371bb7111"
},
"wallet": "kucoin",
"withdrawType": "ADDRESS"
}'