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 — REQUIREDWallet ID |
Request Body | ||
---|---|---|
btcAddresses object[]
|
Responses | ||||||
---|---|---|---|---|---|---|
200 success
| ||||||
404 Requested wallet does not exist or is not authorized | ||||||
422 Invalid address or empty array of addresses provided |