get https://api.zondacrypto.exchange/rest/client_payments/v2/customer/crypto/withdrawal/fee
This endpoint returns a calculation of fee for crypto withdrawal for given parameters.
This endpoint is available only with authentication.
Either grossAmount or netAmount must be provided, but it is forbidden to provide both of them at the same time.
Response details
Key | Type | Description |
---|---|---|
feeAmount | decimal | Fee amount. |
netAmount | decimal | Net amount of withdrawal. |
grossAmount | decimal | Gross amount of withdrawal. |