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

    Interface CashOutUrlResponse

    Details and a URL link for a valid off-ramp operation

    interface CashOutUrlResponse {
        cashout_subtotal: OffRampUrlResponseSellingParams;
        cashout_total: OffRampUrlResponseSellingParams;
        coinbase_fee: OffRampUrlResponseSellingParams;
        offramp_url: string;
        quote_id: string;
        sell_amount: OffRampUrlResponseSellingParams;
    }
    Index

    Properties

    cashout_subtotal: OffRampUrlResponseSellingParams
    cashout_total: OffRampUrlResponseSellingParams
    coinbase_fee: OffRampUrlResponseSellingParams
    offramp_url: string
    quote_id: string
    sell_amount: OffRampUrlResponseSellingParams