Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 309 The signature is invalid #10

Open
Coin29 opened this issue Jan 8, 2022 · 1 comment
Open

Error 309 The signature is invalid #10

Coin29 opened this issue Jan 8, 2022 · 1 comment

Comments

@Coin29
Copy link

Coin29 commented Jan 8, 2022

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

@milke
Copy link

milke commented Apr 1, 2022

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.

@Coin29, have you managed to resolve this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants