Skip to main content
POST
/
vault
/
accounts
/
addresses
/
bulk
TypeScript
const response: Promise<FireblocksResponse<JobCreated>> = fireblocks.vaults.createMultipleDepositAddresses(vaultsApiCreateMultipleDepositAddressesRequest);
{
  "jobId": "<string>",
  "approvalRequestId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Idempotency-Key
string

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

application/json
vaultAccountId
integer
required

Existing Vault account ID to add deposit addresses to

Example:

5

assetId
string
required

asset ID

Example:

"ADA"

count
integer
required

Count of deposit addresses to issue

Example:

10

descriptions
string[]

Desctiptions of the newly created addresses

Example:
[
"First address",
"Second address",
"df4c0987-30da-4976-8dcf-bc2dd41ae331"
]
vaultAccountToCopyDescFrom
integer

Existing Vault Account ID to copy deposit addresses descriptions from in case no descriptions were provided

Example:

0

vaultAccountToCopyDescFromIndex
integer

Existing length within the vault account to copy deposit addresses descriptions from

Example:

1000

Response

A JobCreated object

jobId
string
approvalRequestId
string

Approval request ID. Returned when a tag triggers an approval flow.