get https://api.zondacrypto.exchange/rest/client_payments/v2/customer/crypto/deposit/fee
This endpoint returns a calculation of fee for crypto deposit 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 deposit. |
grossAmount | decimal | Gross amount of deposit. |