v1
latestOpenAPI 3.1.02026-07-26165182724.7 KBGet Withdrawal Fee Estimate
Get a fee estimate for an onchain withdrawal without triggering a withdrawal
post/wallets/send/initiate/onchain/fee-estimate
Headers
api-keystring required
api-key is available on the dashboard
Authorizationstring required
Request body
Response
200
Example response
{
"totalFee": "398",
"networkFee": "1662779116152000",
"ourFee": "279",
"theirFee": "119",
"feeCurrency": "USDT",
"gasLimit": "84000",
"gasPrice": "15.014",
"fixedFeeDetails": {
"amount": "104",
"exchangeRate": "0.96",
"appliedFeeCents": "100"
},
"percentageFeeDetails": {
"amount": "15",
"appliedFeeBps": "100"
}
}