getQuote

open suspend fun getQuote(request: LifiQuoteRequest): Result<LifiQuoteResponse>

Retrieves a quote from the Lifi integration.

Return

A Result containing LifiQuoteResponse if successful, or an error if the operation fails.

Parameters

request

The parameters for the quote request.