Skip to main content

Quote

Quote object contain all information needed for web3 wallet to display our quotes to the client

    baseAmount number

    The fiat amount the customer wants to spend to purchase crypto

    baseCurrency string

    The fiat currency in which the customer wants to make the payment for the crypto

    quoteAmount number

    The crypto amount the customer will receive in his crypto wallet

    quoteCurrency string

    The crypto currency the customers wants to purchase

    baseCurrencyPrecision int32

    Number of decimal points for fiat amount

    quoteCurrencyPrecision int32

    Number of decimal points for quote amount

    baseToQuoteRate number

    How much does one unit in base currency cost in quote currency

    quoteToBaseRate number

    How much does one unit in quote currency cost in base currency

    currencyConversionRate number

    Price for converting from one fiat currency to another

    fees

    object[]

    Contains fee types, amount and currencies for the payment

  • Array [

  • feeType string

    Possible values: [TRANSACTION, SHARED, FX, NETWORK]

    Fee type:

    • FX - Applies when user fiat currency is not EUR.
    • NETWORK - Goes to a blockchain network for transferring a digital asset on that network.
    • TRANSACTION - Fee charged by Paysafe for the Transaction.
    • SHARED - Charged on top of the Transaction and FX fee, shared with the Skrill Referral Partner
    amount number

    Fee amount

    currency string

    Fee currency

  • ]

  • totalSpend number

    Total amount spent without taxes

    totalSpendCurrency string

    Final total spend currency

    paymentMethod PaymentMethod (string)

    Possible values: [CARD, BALANCE]

    Payment method of the customer/quote.