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
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