Get Internal Key

get/api/v2/internal/key/{keyId}

Route to get internal key

Path Parameters

  • keyIdstringRequired
    The key ID
    Min length: >= 1 characters

200 Response

id string required
The unique identifier of the key
source string
The source of the key
Allowed values: user cold bitgo backup
providerName string
The name of the provider
pub string
The public key
ethAddress string
The Ethereum address
derivedFromParentWithSeed string
Indicates if the key was derived from a parent with a seed
type string
The type of the key
Allowed values: tss independent
commonKeychain string
The common keychain
commonPub string
The common public key
users array[object]
User array of the key, containing only the user ID and the public key (if exist) *
pub string
user string required

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

500 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id