Create a new vault account

Creates a new vault account with the requested name. **Note: ** Vault account names should consist of ASCII characters only. Learn more about Fireblocks Vault Accounts in the following guide.
Endpoint Permission: Admin, Non-Signing Admin, Signer, Approver, Editor.

Body Params
string

Account Name

boolean

Optional - if true, the created account and all related transactions will not be shown on Fireblocks console

string

Optional - Sets a customer reference ID

boolean

Optional - Sets the autoFuel property of the vault account

string
enum
Defaults to MPC

Type of vault account. The default type will be set to MPC.
If the workspace does not support the selected type, it will return an error.

Allowed:
boolean
Defaults to false

Applicable only when the vault account type is KEY_LINK. For MPC, this parameter will be ignored.
If set to true and there are available keys, random keys will be assigned to the newly created vault account.
If set to true and there are no available keys to be assigned, it will return an error.
If set to false, the vault account will be created without any keys.

Headers
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.

Responses

Language
URL
Request
Response
Choose an example:
application/json