absolutepay (Node SDK) - v0.7.1
    Preparing search index...

    Interface OffRampQuoteParams

    Inputs for an off-ramp (crypto → fiat) quote.

    interface OffRampQuoteParams {
        cryptoAmount: string;
        cryptoCurrency: string;
        fiatCurrency: string;
    }
    Index

    Properties

    cryptoAmount: string

    Amount of crypto to sell, as a decimal string. Required.

    cryptoCurrency: string

    Crypto asset to sell, e.g. "USDT". Required.

    fiatCurrency: string

    Fiat currency to receive, e.g. "USD", "EUR". Required.