Skip to main content

Add new bitcoin addresses to an existing wallet

Add new addresses to an existing wallet. This endpoint is useful to add further addresses when an existing wallet is running low on unused addresses.

btcAddresses can be a non-empty array. The path attribute of the address can be null or omitted.

Path Parameters
id string — REQUIRED

Wallet ID

Request Body
btcAddresses object[]
address string

Bitcoin address

path string

Derivation path

Responses
200

success

Schema
id uuid — REQUIRED
isConfirmed boolean
displayName string
btcAddress string

next address that will be used

btcAddresses string[]

list of addresses (used an unused)

404

Requested wallet does not exist or is not authorized

422

Invalid address or empty array of addresses provided