> 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/dca-bot/get-the-blacklist-of-pairs.md).

# Get the blacklist of pairs

<br>

**Description:** Returns the list of blacklist pair(s) that restricts all DCA bots from opening deals with these pairs<br>

**Permission:** BOTS\_WRITE\
**Security** SIGNED\ <br>

> <mark style="color:blue;">**`GET`**</mark>
>
> `/ver1/bots/pairs_black_list`

<br>

## Request parameters<br>

```
NONE
```

<br>

## Response Parameter<br>

**pairs**     `array`\
Lists the pairs added to the blacklist

<br>

## Example Request<br>

```json
GET /ver1/bots/pairs_black_list
```

<br>

## Example Response and errors<br>

<details>

<summary>Status: 201 Created</summary>

<br>

```json
{
    "pairs": [
        "BTC_SUI",
        "BTC_RONIN",
        "1INCH_1INCH-USD-SWAP"
    ]
}
```

</details>
