# Efficient Quote Retrieval with Batch Processing

Our platform provides a streamlined method for obtaining quotes, enhancing your trading experience. We recommend utilizing our dedicated endpoint designed for batch processing to effortlessly gather multiple quotes at once.

**Endpoint: `/trade/v1/{chainId}/batch_quote/single`**

**Method: `GET`**

**Description:**

By leveraging this endpoint, users can efficiently access a comprehensive array of quotes for their trades from our supported Decentralized Exchanges (DEXs). This batch processing approach simplifies the quote retrieval process, allowing users to gather all available quotes with just one request.

**Parameters:**

* `{chainId}`: Identifies the blockchain or chain instance.

**Usage:**

Simply pass the required parameters to the endpoint, and receive all available quotes for the trade from our supported DEXs. It's important to note that the retrieved quotes serve as an orientation for the trade passed, and do not include information to conduct the trade. Another call to the quote endpoint is necessary to confirm the quote and proceed with the trade.

**Note:**

The quotes obtained through this endpoint are intended as guidance for users in making informed trading decisions. To execute a trade based on a specific quote, users must confirm the quote and conduct the trade through an additional call to the quote endpoint.

**Recommendation:**

We highly recommend utilizing this endpoint as a batch process for quote retrieval. Its efficiency and convenience significantly improve the trading experience, enabling users to make well-informed decisions while navigating the cryptocurrency market landscape.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.unizen.io/api-get-started/efficient-quote-retrieval-with-batch-processing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
