Get keys

get/api/v2/keys

Retrieve user keys using wallet IDs. User must have spender permissions for the specified wallets.

Query Parameters

  • walletIdsarray[string]Required
    An array of wallet IDs. A maximum of 50 wallet ids are permitted.
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$
    Min length: >= 1 characters

200 Response

Array of
walletId string required
key object
Represents a key associated with a wallet. The key can either be a valid `Key` object or `null` if no key is associated.
id string required
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
encryptedPrv string
The encrypted private key

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