Get Account Public Key
status: stable
Retrieve the account public key of this shared wallet.
To get an extended public key, instead of the public key,
use query parameter format=extended
. For non-extended public key
use format=non_extended
or omit query parameter.
GET
/shared-wallets/{walletId}/keys
curl \
--request GET https://localhost:8090/v2/shared-wallets/{walletId}/keys
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