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

Create Fee Vault

Add fee percentage .

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

Last updated