Bulk creation of new deposit addresses
For UTXO blockchains only.
Create multiple deposit addresses by running an async job.
- The target Vault account should already have a UTXO asset wallet with a permanent address.
- Limited to a maximum of 10,000 addresses per operation. Use multiple operations for the same Vault account/permanent address if needed.
Endpoint Permissions: Admin, Non-Signing Admin.
Headers
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Body
Existing Vault account ID to add deposit addresses to
5
asset ID
"ADA"
Count of deposit addresses to issue
10
Desctiptions of the newly created addresses
[
"First address",
"Second address",
"df4c0987-30da-4976-8dcf-bc2dd41ae331"
]Existing Vault Account ID to copy deposit addresses descriptions from in case no descriptions were provided
0
Existing length within the vault account to copy deposit addresses descriptions from
1000