Type Alias OnRampProviderFees

OnRampProviderFees: {
    minPercentage?: string;
    maxPercentage?: string;
    feePercentage?: string;
}

A type representing the fee structure for an OnRamp provider

Type declaration

  • OptionalminPercentage?: string

    The minimum percentage fee shown if a fee range is provided

  • OptionalmaxPercentage?: string

    The maximum percentage fee shown if a fee range is provided

  • OptionalfeePercentage?: string

    The specific fee percentage shown if there is no range provided