Symbols in BREAK and TRADING status

Hello. I just got ‘BNBDAI’ and ‘DAIBNB’ symbol info and the responses came as follows:

{‘symbol’: ‘BNBDAI’,
‘status’: ‘TRADING’,
‘baseAsset’: ‘BNB’,
‘baseAssetPrecision’: 8,
‘quoteAsset’: ‘DAI’,
‘quotePrecision’: 8,
‘quoteAssetPrecision’: 8,
‘baseCommissionPrecision’: 8,
‘quoteCommissionPrecision’: 8,
‘orderTypes’: [‘LIMIT’,
‘LIMIT_MAKER’,
‘MARKET’,
‘STOP_LOSS_LIMIT’,
‘TAKE_PROFIT_LIMIT’],
‘icebergAllowed’: True,
‘ocoAllowed’: True,
‘quoteOrderQtyMarketAllowed’: True,
‘isSpotTradingAllowed’: True,
‘isMarginTradingAllowed’: False,
‘filters’: [{‘filterType’: ‘PRICE_FILTER’,
‘minPrice’: ‘0.01000000’,
‘maxPrice’: ‘100000.00000000’,
‘tickSize’: ‘0.01000000’},
{‘filterType’: ‘PERCENT_PRICE’,
‘multiplierUp’: ‘5’,
‘multiplierDown’: ‘0.2’,
‘avgPriceMins’: 5},
{‘filterType’: ‘LOT_SIZE’,
‘minQty’: ‘0.00010000’,
‘maxQty’: ‘900000.00000000’,
‘stepSize’: ‘0.00010000’},
{‘filterType’: ‘MIN_NOTIONAL’,
‘minNotional’: ‘10.00000000’,
‘applyToMarket’: True,
‘avgPriceMins’: 5},
{‘filterType’: ‘ICEBERG_PARTS’, ‘limit’: 10},
{‘filterType’: ‘MARKET_LOT_SIZE’,
‘minQty’: ‘0.00000000’,
‘maxQty’: ‘367.15243875’,
‘stepSize’: ‘0.00000000’},
{‘filterType’: ‘MAX_NUM_ORDERS’, ‘maxNumOrders’: 200},
{‘filterType’: ‘MAX_NUM_ALGO_ORDERS’, ‘maxNumAlgoOrders’: 5}],
‘permissions’: [‘SPOT’]}

{‘symbol’: ‘DAIBNB’,
‘status’: ‘BREAK’,
‘baseAsset’: ‘DAI’,
‘baseAssetPrecision’: 8,
‘quoteAsset’: ‘BNB’,
‘quotePrecision’: 8,
‘quoteAssetPrecision’: 8,
‘baseCommissionPrecision’: 8,
‘quoteCommissionPrecision’: 8,
‘orderTypes’: [‘LIMIT’,
‘LIMIT_MAKER’,
‘MARKET’,
‘STOP_LOSS_LIMIT’,
‘TAKE_PROFIT_LIMIT’],
‘icebergAllowed’: True,
‘ocoAllowed’: True,
‘quoteOrderQtyMarketAllowed’: True,
‘isSpotTradingAllowed’: True,
‘isMarginTradingAllowed’: False,
‘filters’: [{‘filterType’: ‘PRICE_FILTER’,
‘minPrice’: ‘0.00001000’,
‘maxPrice’: ‘1000.00000000’,
‘tickSize’: ‘0.00001000’},
{‘filterType’: ‘PERCENT_PRICE’,
‘multiplierUp’: ‘5’,
‘multiplierDown’: ‘0.2’,
‘avgPriceMins’: 5},
{‘filterType’: ‘LOT_SIZE’,
‘minQty’: ‘0.10000000’,
‘maxQty’: ‘9000000.00000000’,
‘stepSize’: ‘0.10000000’},
{‘filterType’: ‘MIN_NOTIONAL’,
‘minNotional’: ‘0.05000000’,
‘applyToMarket’: True,
‘avgPriceMins’: 5},
{‘filterType’: ‘ICEBERG_PARTS’, ‘limit’: 10},
{‘filterType’: ‘MARKET_LOT_SIZE’,
‘minQty’: ‘0.00000000’,
‘maxQty’: ‘13225.87375000’,
‘stepSize’: ‘0.00000000’},
{‘filterType’: ‘MAX_NUM_ORDERS’, ‘maxNumOrders’: 200},
{‘filterType’: ‘MAX_NUM_ALGO_ORDERS’, ‘maxNumAlgoOrders’: 5}],
‘permissions’: [‘SPOT’]}

How can DAIBNB be in BREAK status, if BNBDAI is in TRADING status? Can I send a market order to go from DAI to BNB or from BNB to DAI? What does it mean?
Thanks!

Hi. This means that the symbol DAIBNB is not available for trading but you can use BNBDAI. You can still place a market order to convert DAI to BNB. The difference is that when you send the request, DAI should be the quote asset and BNB should be the base asset. For example, if I want to convert 1 DAI to BNB:

  1. Place a DAIBNB market order: quantity = 1
  2. Place a BNBDAI market order: quoteOrderQty = 1