> For the complete documentation index, see [llms.txt](https://3commas.gitbook.io/3commas-official-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://3commas.gitbook.io/3commas-official-api-docs/general-information/overview.md).

# Overview

## Base URL

The base URL for the 3Commas API is consistent across all endpoints.

The base endpoint is:

```
https://api.3commas.io/public/api
```

<br>

## Request Guidelines<br>

**POST Requests:**\
Parameters must be sent in the request body.

**GET Requests:**\
Parameters must be sent as a query string.

**POST, PUT, DELETE Requests:**\
Parameters can be sent:

* As a query string;
* In the request body with content type\
  `application/x-www-form-urlencoded` or\
  `application/json`;
* Mixed between the query string and request body;

**Parameter Order:**\
Parameters can be sent in any order;

**Parameter Conflict:**\
If a parameter is sent in both the query string and the request body, the value from the query string will be used.

<br>

#### Official Channels<br>

**Official Announcements:**<br>

Changes, downtime, etc., will be reported in this [Telegram channel](https://t.me/commas_API)

**Community Discussion:**<br>

Join our [Telegram group](https://t.me/xcommas_api) to discuss API-related questions or issues.
