CDP Frontend SDK
    Preparing search index...

    Type Alias unstable_OnrampBuyOptionsResponse

    The response from the Onramp Buy Options API

    type unstable_OnrampBuyOptionsResponse = {
        paymentCurrencies: unstable_OnrampPaymentCurrency[];
        purchaseCurrencies: unstable_OnrampPurchaseCurrency[];
    }
    Index

    Properties

    paymentCurrencies: unstable_OnrampPaymentCurrency[]

    List of supported fiat currencies that can be exchanged for crypto on Onramp in the given location. Each currency contains a list of available payment methods, with min and max transaction limits for that currency.

    purchaseCurrencies: unstable_OnrampPurchaseCurrency[]

    List of available crypto assets that can be bought on Onramp in the given location.