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.

Last updated