Get Withdrawal Fee Estimate
Endpoint to look up Fiat and Crypto withdrawal fees
Query Fiat and Crypto withdrawal fees
Query Parameters
Name
Type
Description
[
{
"symbol": "BTC",
"network": "BTC",
"fee": 0.001518092472,
"minimumWithdrawalAmount": 0.001
}
][
{
"symbol": "USDC",
"network": "tron",
"withdrawalFee": 0,
"minimumWithdrawalAmount": 100
},
{
"symbol": "USDT",
"network": "tron",
"withdrawalFee": 0.003,
"minimumWithdrawalAmount": 100
},
{
"symbol": "TRX",
"network": "tron",
"withdrawalFee": 0,
"minimumWithdrawalAmount": 1
}
]Last updated