Skip to main content

Add pairs to blacklist

POST
/ver1/bots/update_pairs_black_list
Permission: BOTS_WRITE
Security: SIGNED

Adds specified pair(s) to the blacklist, preventing all DCA bots from opening deals with these pairs.


Body Parameter

pairsstringrequired

Trading pair(s) in 3Commas format.

Use the endpoint All Market Pairs to get the value for parameter pair in 3Commas format.

Example Request

POST
/ver1/bots/update_pairs_black_list?pairs=1INCH_1INCH-USD-SWAP

Response Parameter

pairsarray

The list of pairs that was added to the blacklist.

Example Response

{
"pairs": [
"1INCH_1INCH-USD-SWAP"
]
}