v1
latestOpenAPI 3.1.02026-07-26165182724.7 KBwallets
Get Withdrawal Fee Estimate
Get a fee estimate for an onchain withdrawal without triggering a withdrawal
post/business/send/initiate/onchain/fee-estimate
Request body
Example request
{
"sourceAccountId": "feae37acae20d713e2ed1f8b708ef4dd",
"whitelistedAddressId": "118a9e6b-6e75-4d15-a20a-e7e666a72e62",
"amount": "5000"
}Response
success
Example response
{
"totalFee": "398",
"ourFee": "279",
"theirFee": "119",
"networkFee": "1662779116152000",
"gasLimit": "84000",
"gasPrice": "15.014",
"feeCurrency": "USDT",
"fixedFeeDetails": {
"amount": "104",
"exchangeRate": "0.96",
"appliedFeeCents": "100"
},
"percentageFeeDetails": {
"amount": "15",
"appliedFeeBps": "100"
}
}