REST APIWallet & TransactKey

GET

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

Query Params

  • walletIds array of strings required
    An array of wallet IDs. A maximum of 50 wallet ids are permitted.

Responses

200
OK

Response Body

array of objects

  • 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.
    key object
    • id string required

      matches ^[0-9a-f]{32}$

    • encryptedPrv string
      The encrypted private key
400
Bad Request

Response Body

object

  • name string
    Error code
  • context map of objects required
    Properties that apply to a specific error name
    context object
    • <key> object
  • error string required
    Human-readable error message
  • requestId string required
    Client request id
404
Not Found

Response Body

object

  • name string
    Error code
  • context map of objects required
    Properties that apply to a specific error name
    context object
    • <key> object
  • error string required
    Human-readable error message
  • requestId string required
    Client request id
500
Internal Server Error

Response Body

object

  • name string
    Error code
  • context map of objects required
    Properties that apply to a specific error name
    context object
    • <key> object
  • error string required
    Human-readable error message
  • requestId string required
    Client request id