Zebec Protocol
Search…
⌃K
🚢
Zebec Protocol
💸
Move your assets to v2 dashboard
🥳
Getting Started
👾
Treasury
🖱
Zebec Pay Normal Stream SDK
Create Fee Vault
Update Fee Vault
Collect Fees
Initialize Zebec Stream
Deposit
Withdraw Deposited Token
Start Streaming
Pause Stream
Resume Stream
Cancel Stream
Withdraw Streamed Token
🤖
Operation Horizon
👨🔬
Intro
📖
Operation Horizon Details
🤑
Benefits
🦾
Horizon Technical Architecture
👀
OTHER
Community
Partners & Investors
Founder Sam and Zebec
Zebec Bridge
Bridge Sdk
Powered By GitBook

Collect Fees

// Native token
​
const response = await ZebecStream.collectSolFees();
​
// SPL token
​
const response = await ZebecStream.collectTokenFees({
token_mint_address: 'Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB' ;
});
Previous
Update Fee Vault
Next
Initialize Zebec Stream
Last modified 23d ago
Copy link