Add pairs to the blacklist

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

Permission: BOTS_WRITE Security SIGNED

POST

ver1/bots/update_pairs_black_list

Body parameter

pairs string required Trading pair(s) in 3Commas format

The trading pair code is used in the 3Commas format. Use the endpoint All Market Pairs to get the value for parameter pair in 3Commas format.

Response Parameter

pairs array The list of pairs that was added to the blacklist

Example Request

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

Example Response and errors

Status: 201 Created

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

Last updated

Was this helpful?