bitbns-official / bitbnspy

MIT License
9 stars 6 forks source link

coins returning not supported error #44

Closed its-mohnish closed 3 years ago

its-mohnish commented 3 years ago

Describe the problem:

Three tickers - WBTC, ZEBI and PHB have been returning coins not supported error.

Steps to reproduce:

  1. Use any function on the three tickers mentioned above

Observed Results:

Relevant code exceptions or logs

Code Sample, a copy-pastable example

bitbnsObj.getBuyOrderBook('WBTC') #Could be any function except getTickerApi

logs, a copy-pastable example

{
 'data': '', 
 'status': 0, 
 'msg': 'coin name not supplied', 
 'code': 406
} 
atiprashant commented 3 years ago

This is sorted now