@mycelium-sdk/core
    Preparing search index...

    Interface TopUpUrlResponse

    The quote and session URL for a valid on-ramp operation

    interface TopUpUrlResponse {
        quote?: {
            destinationNetwork: string;
            exchangeRate: string;
            fees: { amount: string; currency: string; type: string }[];
            paymentCurrency: string;
            paymentSubtotal: string;
            paymentTotal: string;
            purchaseAmount: string;
            purchaseCurrency: string;
        };
        session?: { onrampUrl: string };
    }
    Index

    Properties

    Properties

    quote?: {
        destinationNetwork: string;
        exchangeRate: string;
        fees: { amount: string; currency: string; type: string }[];
        paymentCurrency: string;
        paymentSubtotal: string;
        paymentTotal: string;
        purchaseAmount: string;
        purchaseCurrency: string;
    }
    session?: { onrampUrl: string }