fireblocks/fireblocks-sdk-js

Creates a new ETH deposit address for an asset of a vault account not generated

Opened this issue · 1 comments

const randomNumber = '65465464'

const vaultAccountId = '0';
const assetId = 'ETH';
const description = 'New Ethereum Address';
const customerRefId = randomNumber;

// Optional: Define additional request options
const requestOptions = {
// You can specify additional request options here, such as a time window for the request, etc.
};

const generateAddress = await fireblocks.generateNewAddress(
vaultAccountId,
assetId,
description,
customerRefId,
requestOptions
);

image

response from fireblocks => Request failed with status code 400

Hey @indersein-agilsoft, you cannot create additional deposit addresses for account based assets as these can have only 1 address per wallet per vault account.