Get Withdrawal Fee Info
Get Withdrawal Fee Info
GET https://dopaminecpgapi.wealwindemo.com/api/apiResult/getWithdrawalFee
Query Parameters
Name
Type
Description
currency*
ETH
amount*
0.001
Headers
Name
Type
Description
Api-Public-Key*
pk_RkxFrG65*****************hEart9qG
Api-app-Sign*
471133833a89934599688366aef8e2e96a1a80a55aad73fa062302e737cf2f15
Api-app-Ts*
1703833527569
Body: {
"status": true,
"result": {
"currency": "ETH",
"withdrawal_amount": "0.001",
"withdrawal_fee": 0.0001,
"total_deduct_amount": 0.0011,
"final_received_amount": "0.001"
}
}
{
"status": false,
"message": "Currency not available!"
}Last updated