Batch Operations
Setup
import Mnee from '@mnee/ts-sdk';
// Initialize MNEE SDK
const mnee = new Mnee({
environment: 'sandbox',
apiKey: 'your-api-key'
});
// For examples below, assume mnee is already set upGetting Started
const batch = mnee.batch();Available Methods
Get UTXOs for Multiple Addresses
Get Balances for Multiple Addresses
Get Transaction Histories
Parse Multiple Transactions
Configuration Options
Response Structure
Common Use Cases
Portfolio Balance Check
UTXO Collection
Transaction Analysis
Error Recovery
High-Performance Processing
Progress Monitoring
Batch History Export
Best Practices
Chunk Size Optimization
Error Handling
Performance Tips
Memory Management
Rate Limiting
Error Types
See Also
Last updated