Make Withdrawal
Make Withdrawal
POST https://dopaminecpgapi.wealwindemo.com/api/apiResult/makeWithdraw
Headers
Name
Type
Description
Api-Public-Key*
pk_RkxFrG65*****************hEart9qG
Api-app-Sign*
471133833a89934599688366aef8e2e96a1a80a55aad73fa062302e737cf2f15
Api-app-Ts*
1703833527569
Request Body
Name
Type
Description
currency*
ETH
amount*
0.001
withdrawAddress*
0x7b6d***************************9Ba4CdD
networkType
bep20
The parameters should be like this ERC20, BEP20 (Mandatory for USDT withdrawal)
{
"success": true,
"message": "Withdraw request has been successfully initiated"
}
{
"status": false,
"message": "Currency not available!"
}Last updated