You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Optional: Define additional request options
const requestOptions = {
// You can specify additional request options here, such as a time window for the request, etc.
};
indersein-agilsoft
changed the title
ETH Address Not generated
Creates a new ETH deposit address for an asset of a vault account not generated
Jun 6, 2023
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.
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
);
response from fireblocks => Request failed with status code 400
The text was updated successfully, but these errors were encountered: