Skip to main content
Version: 2.0.4

Interface: IQuote

The IQuote interface defines the contract for interacting with the quote service. It provides the following methods:

Method NameDescription
getQuoteFetches a quote for a given order pair and amount.
getAttestedQuoteAttests a quote and returns a signature. This signature is generated based on the provided strategy.
getStrategiesRetrieves the available strategies for quoting.

For more details on the specific implementations, see the Quote class.