Get Public Key
status: stable
Return a public key for a given role and derivation index for a shared wallet.
To get a hash of the public key, instead of the public key,
use query parameter hash=true
.
Note: Only Soft
indexes are supported by this endpoint.
GET
/shared-wallets/{walletId}/keys/{role}/{index}
curl \
--request GET https://localhost:8090/v2/shared-wallets/{walletId}/keys/{role}/1852H
Response examples (406)
{
"message": "string",
"code": "not_acceptable"
}
Response examples (404)
{
"message": "string",
"code": "an_error_code"
}
Response examples (400)
{
"message": "string",
"code": "bad_request"
}
Response examples (200)
string