Hello, Support team
I am now using Developer sandbox.
Question 1:
I would like to know the difference between two APIs below
Get the public key information: Get the public key information
Get the public key for a vault account: Get the public key for a vault account
Question 2: is API call below disallowed in Sandbox ?
Get the public key information: Get the public key information
I got an error message
{
“message”: “Unauthorized: Token signed for incorrect url.”,
“code”: -4
}
Thanks
The main difference for these 2 APIs is:
While Get the public key for a vault account provides you with a public key based on a derivation path and algorithm, Get the public key for a vault account returns a public key for a specific asset in a specific vault.
Basically, the first API can be used for unsupported assets in Fireblocks as you can provide any derivation path and get the relevant public key while the second is only for supported assets.
Re the error you get:
Can you provide the request data please? I am looking specifically for the query params section.