REST APIWallet & TransactKey

GET

Path Params

  • coin string required
    A cryptocurrency or token ticker symbol.

Responses

200
OK

Response Body

object

  • keys array of objects required

    ONE OF

    • encryptedPrv string
      The encrypted private key
    • id string required

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

    • isBitGo boolean
      True, if this key is owned by BitGo
    • source string enum
      backupbitgocolduser
    • type string enum required
      A value from a string enum denoting what kind of key this is. Defaults to “independent” indicating an on-chain key is requested. If set to “tss” this tells us that a “tss” key is requested.

      Defaults to independent

      tssindependent
    • pub string
      public part of a key pair
400
Bad Request

Response Body

object

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