A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
33.42k
stars
7.57k
forks
source link
Bitso: Invalid Nonce or Invalid Credentials (0215 Incorrect request signature) #24419
Open
c0dehunter opened 1 day ago
Programming Languages
PHP
CCXT Version
4.4.35
Description
It seems the sign() function for Bitso exchange isn't correctly signing the request. We are getting error:
[Bitso Exchange Error] {\"success\":false,\"error\":{\"message\":\"Invalid Nonce or Invalid Credentials\",\"code\":\"0215\",\"details\":[],\"errorData\":null}}
As per Bitso API docs:
0215 Incorrect request signature
https://docs.bitso.com/bitso-api/docs/create-signed-requests
We created a fresh API key just to be sure, and it's the same issue.
Code