Get job status of bulk creation of new vault accounts
Returns the current status of (or error for) the specified vault account bulk creation job.
Endpoint Permissions: Admin, Non-Signing Admin, Signer, Approver, Editor, Viewer.
GET
TypeScript
Documentation Index
Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The ID of the job to create addresses
Response
A Job with status
Status of the job. Possible values - Success, In Progress, Failed, Pending Approval, Cancelled
Example:
"Success"
Mapping between VaultAccountId to a mapping of asset to address
Example:
{
"0": {
"BTC_TEST": "bcrt1qs0zzqytuw49w2jqkmfhzgdh2lylzde2uw4zncz",
"ETH_TEST": "0x460395Edb2338023c6f137259C6e20B6C37dDE95"
}
}
List of tag IDs successfully attached to each of the created vault accounts
Example:
[
"a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"b2c3d4e5-f6a7-8901-bcde-f12345678901"
]
Example:
"Asset not supported"
Approval request ID if the job has protected tags to attach to the vault accounts
Example:
"12345"
Previous
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.
Next
TypeScript