Hi
when trying to withdraw ANY coin (for example BUSD) i get this error
(manual withdraw is working correctly)
{“msg”:"-4019=The current currency is not open for withdrawal",“success”:false}
when i for example send url parameter coin=notListet i even get the same error
=> Plz help How can I withdraw coins via api endpoint?
happens with both endpoints sapi/v1/capital/withdraw/apply AND wapi/v3/withdraw.html
VERIFICATION
- account not verified
API MANAGEMENT
- Can Read=true
- Enable Spot & Margin Trading=true
- Enable Withdrawals=true
- IP access restrictions: Restrict access to trusted IPs only (Recommended) => my ip is whitelisted (at same day)
security
- googleVerification
url = ‘/sapi/v1/capital/withdraw/apply
?coin=BUSD
&name=test
&transactionFeeFlag=true
&address=bnbxxx
&addressTag=xxx
&amount=11
×tamp=xxx
&network=BEP2
&recvWindow=5000
&signature=xxx’
=> api/v1/capital/config/getall returns
{
coin: “BUSD”,
name: “BUSD”,
networkList: [
{
addressRegex: “^(bnb1)[0-9a-z]{38}$”,
coin: “BUSD”,
depositDesc: “”,
depositEnable: true,
isDefault: false,
memoRegex: “^[0-9A-Za-z\-_]{1,120}$”,
minConfirm: 1,
name: “BEP2”,
network: “BNB”,
resetAddressStatus: false,
specialTips:
“Both a MEMO and an Address are required to successfully deposit your BUSD BEP2 tokens to Binance.”,
unLockConfirm: 0,
withdrawDesc: “”,
withdrawEnable: true,
withdrawFee: “0.5”,
withdrawMin: “10”,
},
{
addressRegex: “^(0x)[0-9A-Fa-f]{40}$”,
coin: “BUSD”,
depositDesc: “”,
depositEnable: true,
isDefault: false,
memoRegex: “”,
minConfirm: 15,
name: “BEP20 (BSC)”,
network: “BSC”,
resetAddressStatus: false,
specialTips: “”,
unLockConfirm: 0,
withdrawDesc: “”,
withdrawEnable: true,
withdrawFee: “0”,
withdrawMin: “10”,
},
{
addressRegex: “^(0x)[0-9A-Fa-f]{40}$”,
coin: “BUSD”,
depositDesc: “”,
depositEnable: true,
isDefault: true,
memoRegex: “”,
minConfirm: 12,
name: “ERC20”,
network: “ETH”,
resetAddressStatus: false,
specialTips: “”,
unLockConfirm: 0,
withdrawDesc: “”,
withdrawEnable: true,
withdrawFee: “10”,
withdrawMin: “20”,
},
],
},