# API Code

## Postman Collections <a href="#postman-collections" id="postman-collections"></a>

The Postman collection is now available. Recommended for new users looking to quickly and easily get started with APIs.

<https://github.com/CTradeExchange/multimarkets-api-postman>

## Swagger <a href="#swagger" id="swagger"></a>

Below is a YAML file containing the OpenAPI specification of the RESTful API, as well as a Swagger UI page for reference.

<https://github.com/CTradeExchange/multimarkets-api-swagger>

## Contact us <a href="#id-152d3db758" id="id-152d3db758"></a>

* [API Telegram Group](https://t.me/Multi_Markets_Greet)
  * Ask questions about API or Websockets performance.
  * Consult API questions not covered in the documentation.
* [Developer Community](https://t.me/Multi_Markets_Greet)
  * Consult about API/Websockets code implementation, or any API/Websockets issues.
* [Telegram Customer Service](https://t.me/Nana_support)
  * Consulting about accounts, wallets, 2FA, etc.


---

# 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.multimarkets.org/manager-api/access/api-code.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.
