Cross-Currency Transfers
Estimate crypto withdrawal fee
Estimate the network and application fees for a cryptocurrency withdrawal from a crypto internal account to an external blockchain address. Use this to show fee information to customers before they initiate a withdrawal.
post/crypto/estimate-withdrawal-fee
Request body
Example request
{
"internalAccountId": "InternalAccount:a12dcbd6-dced-4ec4-b756-3c3a9ea3d123",
"currency": "USDC",
"cryptoNetwork": "SOLANA",
"amount": 1000000,
"destinationAddress": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU"
}Response
Fee estimation returned successfully
Example response
{
"networkFee": 5000,
"networkFeeAsset": "SOL",
"totalFee": 5000,
"netAmount": 995000
}