You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the same error when trying either GET /account of GET /balance endpoints. I'm pretty sure the signature is calculated properly because I tried it with example presented on Bitvavo API Documentation page, section Signing REST requests; for the same example string to be signed, I get the same signature as in the example.
Hy,
I obtain Error 309 The signature is invalid when i test
$response = $bitvavo->account();
after
$bitvavo = new Bitvavo([
"APIKEY" => "<d5dd...>",
"APISECRET" => "<2a...>",
"RESTURL" => "https://api.bitvavo.com/v2",
"WSURL" => "wss://ws.bitvavo.com/v2/",
"ACCESSWINDOW" => 10000,
"DEBUGGING" => false
]);
Can you help me ?
Thank you
The text was updated successfully, but these errors were encountered: