Get Account Public Key
status: stable
Retrieve the account public key of this 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.
Path parameters
-
walletId
string(hex) Required Minimum length is
40
, maximum length is40
.
GET
/wallets/{walletId}/keys
curl \
--request GET https://localhost:8090/v2/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