# Supported Exchanges

## CCXT based exchanges:

CCXT based exchanges:The CCXT library is used to connect and trade with cryptocurrency exchanges and payment processing services worldwide. It provides quick access to market data for storage, analysis, visualization, indicator development, algorithmic trading, strategy backtesting, bot programming, and related software engineering.**LOGOS** Supporting some of the exchanges from CCXT Library, those are below

1. [B2Z Exchange](https://www.b2z.exchange/)
2. [Bitmart](https://www.bitmart.com/)
3. [Probit](https://www.probit.com/)

## Non-CCXT based exchanges:

NON-CCXT based exchanges:Exchanges which will directly connected to the exchange i.e., Bots will run using public api’s of the exchange’s.\
**LOGOS** Supporting some of the exchanges under Non CCXT category , those are below<br>

1. [Coinsbit](https://coinsbit.io/)
2. [Bitbaazi](https://bitbaazi.com/)


---

# 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.logos.market/supported-exchanges.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.
