rentorm / 3commas-api-node

NodeJS wrapper for Official 3commas API
GNU General Public License v3.0
43 stars 28 forks source link

Invalid signature #5

Closed yvokeller closed 4 years ago

yvokeller commented 4 years ago

With the updated version, 3commas says the signature is not valid anymore for me? Did they also change something about that process?

Object {error: "signature_invalid", error_description: "Provided signature is invalid"}

rentorm commented 4 years ago

it was an issue related to path pormat, it was bein passed worngly for hashing. This issue is now corrected. Please test on your end and let me know if all is working now.

yvokeller commented 4 years ago

Working fine now! Thanks for taking the time and fixing.