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
application/json
The request body for fee estimation.
A list of token IDs and amounts for which fees will be calculated.
The type of fee to estimate:
Order
: Fee for accepting a payment.Refund
: Fee for processing a refund.CryptoSettlement
: Fee for crypto payouts.OffRampSettlement
: Fee for fiat off-ramp.
Available options:
Order
, Refund
, CryptoSettlement
, OffRampSettlement
Example:
"Order"
Response
The request was successful.
A list of estimated fees for the requested operations.