I’ve been reviewing the API and trying to test the endpoint to query vaults.
I’m calling the following URL: https://api.fireblocks.io/v1, but I’m getting this error:
{
“message”: “Unauthorized: Error getting User certificate”,
“code”: -7
}
I’m using this API key: d382ef87-…-223efa5547eb,
and I’m also sending the secret key
I also tried with Fireblocks Console, but it returns an error as well.
Additionally, I tested the following URLs and got errors too:
https://eu2-api.fireblocks.io
https://eu-api.fireblocks.io
As extra info, I use this link to access the console: Fireblocks Console
Could you please help me understand what might be wrong or if I’m missing something?