Dave-Vallance / bt-ccxt-store

Fork of Ed Bartosh's CCXT Store Work
MIT License
423 stars 187 forks source link

Solve error occurrence in binance request check "Not all sent parameters were read; read '9' parameter(s) but was sent '10'" #53

Closed qinwang-ai closed 2 years ago

qinwang-ai commented 2 years ago

It solved the error "ccxt.base.errors.BadRequest: binance {"code":-1104,"msg":"Not all sent parameters were read; read '9' parameter(s) but was sent '10'."}"

Dave-Vallance commented 2 years ago

Not sure I can merge this one as it just removes data with a comment. It could impact other areas. Probably needs a deeper investigation.

Dave-Vallance commented 2 years ago

Thank you for the contribution though!