Get Key by ID

GET /keys/{keyId}

Retrieves a key by its ID.

circle-info

Required Permissions

Name
Conditions

Keys:Read

Always Required

Parameters

Path parameters

Path parameter
Description

keyId

Unique identifier of the key.

Response Body

See Create Key response plus the following additional fields

Field
Description
Type - Optional

wallets

List of wallets the key can sign transactions for.

Array<WalletInfo>

store

Key store used by this key

KeyStoreInfo

WalletInfo

Property
Description
Type - Optional

id

ID of the wallet.

String

network

Network wallet is bound to.

String

KeyStoreInfo

Property
Description
Type - Optional

kind

Type of key store. Either Mpc or Hsm.

String

keyId

Internal key identifier. This id is used for the Layer 4 backup

String

200 Success

Last updated