bitbns-official / bitbnspy

MIT License
9 stars 6 forks source link

Shiba Inu Place Buy Order #72

Open shreyasgp opened 2 years ago

shreyasgp commented 2 years ago

Describe your environment

Unable to place Buy Order on SHIBA INU coin worth more than around 50$. Getting "volume asked not acceptable" response with a 413 error code. However, for a smaller SHIB volume, it places orders successfully

Relevant code exceptions or logs

Code Sample, a copy-pastable example

API_KEY, SECRET_KEY = "####", "####"
bitbnsObj = bitbns(API_KEY, SECRET_KEY)
bitbnsObj.placeBuyOrder('SHIB', 5000000, 0.001)

logs, a copy-pastable example

{
'data': '', 'status': 0, 'error': 'volume asked not acceptable', 'code': 413
}