Skip to main content
type OnrampBuyOptionsResponse = {
  paymentCurrencies: OnrampPaymentCurrency[];
  purchaseCurrencies: OnrampPurchaseCurrency[];
};
The response from the Onramp Buy Options API

Properties

PropertyTypeDescription
paymentCurrenciesOnrampPaymentCurrency[]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.
purchaseCurrenciesOnrampPurchaseCurrency[]List of available crypto assets that can be bought on Onramp in the given location.
I