Skip to main content

Get blacklist of pairs

GET
/ver1/bots/pairs_black_list
Permission: BOTS_READ
Security: SIGNED

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


Request parameters

No parameters.

Example Request

GET
/ver1/bots/pairs_black_list

Response Parameter

pairsarray

Lists the pairs added to the blacklist.

Example Response

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