Retrieves a list of quotes based on specified criteria.
This endpoint allows querying for quotes with filters for base and counter assets, as well as the type of quote (BUY or SELL).
You can specify a provider (e.g., “coinsph”, “ebury”) to get quotes from a specific provider. If no provider is specified, “coinsph” is used as the default.
Some providers (like Ebury) require additional parameters:
The criteria for filtering quotes.
An array of Quote objects matching the specified criteria.
The response is of type object[]
.