Estimated Costs

Request the estimated costs of creating an Investment Idea.

// Initialize the SDK
const activ = await getActiv();

// request..
const costs = await activ.getEstimatedCosts(true);

Last updated