This operation calculates fees for payment-related operations, including:
The returned fees represent the charges that would apply if the operation were executed immediately. Note that actual fees may vary over time based on your usage volume and applicable fee rates.
The API key. For more details, refer to API key.
In the API playground, enter your API secret, and your API key will be accordingly calculated.
The request body for fee estimation.
A list of token IDs and amounts for which fees will be calculated.
The fee type. Possible values include:
Order: Fees for order processing.Refund: Fees for refund processing.CryptoSettlement: This fee type is deprecated. Please use CryptoPayout instead.OffRampSettlement: This fee type is deprecated. Please use OffRampPayout instead.CryptoPayout: Fees for crypto payouts.CryptoPayoutBridge: Fees for crypto payouts with cross-chain bridging.OffRampPayout: Fees for fiat off-ramp payouts.Order, Refund, CryptoSettlement, OffRampSettlement, CryptoPayout, CryptoPayoutBridge, OffRampPayout "Order"
The token ID that the recipient will receive. Required only when fee_type is CryptoPayoutBridge.
The request was successful.
A list of estimated fees for the requested operations.