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

A type representing the fee structure for an OnRamp provider

Type declaration

  • Optional minPercentage?: string

    The minimum percentage fee shown if a fee range is provided

  • Optional maxPercentage?: string

    The maximum percentage fee shown if a fee range is provided

  • Optional feePercentage?: string

    The specific fee percentage shown if there is no range provided

Generated using TypeDoc