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": "USDC",
"network": "eth",
"withdrawalFee": 0,
"minimumWithdrawalAmount": 100
},
{
"symbol": "USDC",
"network": "tron",
"withdrawalFee": 0,
"minimumWithdrawalAmount": 100
},
{
"symbol": "USDC",
"network": "xlm",
"withdrawalFee": 0,
"minimumWithdrawalAmount": 100
}
]Last updated