Hello everyone, I am new to Fireblocks and try to run the different API provided by Fireblocks using the postman collections provided.
I am abel to create vault account and add wallet account to vault using the API key and Secret key. But when I am trying to send a transaction I am getting this error.
{
“message”: “Unauthorized: Hash is incorrect.”,
“code”: -9
}
I am also getting the Unauthorized: JWT is missing while fetching the vault accounts apged API
For all the other details provided, I understood the concept and how it can be achieved but did not understand the last statmenent in the doc which was mentioned as
The JWT must be signed with the Fireblocks API secret key and the RS256 (RSASSA-PKCS1-v1_5 using SHA-256 hash) algorithm.