Get the blacklist of pairs

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

Permission: BOTS_WRITE Security SIGNED

GET

/ver1/bots/pairs_black_list

Request parameters

NONE

Response Parameter

pairs array Lists the pairs added to the blacklist

Example Request

GET /ver1/bots/pairs_black_list

Example Response and errors

Status: 201 Created

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

Last updated

Was this helpful?