Estimate fees
This operation calculates fees for payment-related operations, including:
- Pay-in: Fees for accepting payments
- Refunds: Fees for refunding the payment
- Crypto payouts: Fees for payouts in crypto
- Fiat off-ramp: Fees for fiat currency transfers via off-ramp.
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.
Documentation Index
Fetch the complete documentation index at: https://cobo.com/payments/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
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.
Body
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 useCryptoPayoutinstead.OffRampSettlement: This fee type is deprecated. Please useOffRampPayoutinstead.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.
For OffRamp payout, whether the payout is transferred to a registered bank account via a virtual account (VA) or directly.
true: The payout is transferred to a registered bank account via a VA (virtual account).false: The payout is transferred directly to a registered bank account.
false
Response
The request was successful.
A list of estimated fees for the requested operations.
