getWithdrawFee
Get estimated withdraw fee, composed of blockchain fee and processing fee.
post/getWithdrawFee
Headers
AUTHORIZATIONstring required
Your merchant private API key
Request body
Response
200
Example response
{
"blockchain_fee": 0.00168,
"processing_fee": 0.05,
"total": 0.05168
}