For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update Fee Vault

const response = await ZebecStream.updateFeeVault({
    fee_percentage: 2.5
});

Last updated