v1
latestOpenAPI 3.1.02026-07-1421034.9 KBgetWithdrawFee
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
}