bitbns-official / bitbnspy

MIT License
9 stars 6 forks source link

Not supported coins for placeOrders #50

Closed its-mohnish closed 3 years ago

its-mohnish commented 3 years ago

Describe the problem:

Coins BNB/USDT, BNSD/USDT, FET/USDT & FUN/USDT are returning not supported coins as response for placeOrders for order types - normal and stoploss

Steps to reproduce:

  1. Run placeOrders function with just rate parameter and/or t_rate parameter set

Observed Results:

Relevant code exceptions or logs

Code Sample, a copy-pastable example

bitbnsObj.placeOrders({'symbol': 'BNB_USDT', 'side': 'BUY', 'quantity': 0.01, 'rate': 290})

logs, a copy-pastable example

{
 'data': None, 
 'status': 0, 
 'error': 'Coin Type Not Valid or Not Supported Yet!!', 
 'code': 406
}
atiprashant commented 3 years ago

This is sorted now