Bulk creation of new vault accounts
Create multiple vault accounts by running an async job.
- The HBAR, TON, SUI, TERRA, ALGO, and DOT blockchains are not supported.
- These endpoints are currently in beta and might be subject to changes.
- Limited to a maximum of 10,000 accounts per operation.
Endpoint Permissions: Admin, Non-Signing Admin, Signer, Approver, Editor.
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.
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
Count
1000
Array of base asset IDs
["BTC", "ETH", "SOL"]Names to assign to vault accounts. if vaultAccountNamesStartingIndex or prefix is used it'll fail
[
"first va",
"client 65502e71-ecdf-48da-a074-c1753befc7fb"
]Copy vault accounts names starting from this index. If names array is used it'll fail
0
When copying from existing vault accounts (vaultAccountNamesStartingIndex) then adding a prefix to the names. If names array is used it'll fail
"Copied from: "
Optional list of tag IDs to attach to all created vault accounts
20[
"a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"b2c3d4e5-f6a7-8901-bcde-f12345678901"
]