List key

get/api/v2/internal/wallet/{walletId}/keys

List all keys on a wallet

Path Parameters

  • walletIdstringRequired
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$
    Min length: >= 1 characters

200 Response

Array of
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

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