INPUT_OBJECT

CreateBitcoinAddressInput

link GraphQL Schema definition

  • input CreateBitcoinAddressInput {
  • # The authentication tokens for the user which to submit a request to create a
  • # Bitcoin address (optional for API key users)
  • authentication: AuthenticationInput
  • # Only COMPATIBILITY IS SUPPORTED
  • addressType: BitcoinAddressType
  • #  Only Receive is supported
  • addressUsageType: BitcoinAddressUsage
  • # The unique identifier for subWallet you wish to send this transaction from
  • # (@deprecated(reason: "use subWalletIdString instead"))
  • subWalletId: SubWalletIdInput
  • # The unique identifier for subWallet you wish to send this transaction from
  • subWalletIdString: String
  • }

link Require by