Yes, transfer limits depend on your license type:
- Demo License: One-time flash of up to $50 USDT (for testing only)
- 2-Year License: Up to $20 million USDT daily
- Lifetime License: Up to $50 million USDT daily
These limits apply to the total amount you can flash per day. There’s no limit to the number of individual transactions you can make within your daily allowance.
// Daily limits
const DEMO_LIMIT = 50; // USDT
const TWO_YEAR_LIMIT = 20000000; // USDT
const LIFETIME_LIMIT = 50000000; // USDT
For enterprise users with higher volume needs, contact our support team for custom solutions.