Fuel Network API
The SQD Network provides optimized access to Fuel blockchain data through high-performance gateways, enabling fast synchronization and efficient indexing.Gateway Endpoints
Mainnet
Testnet
Data Coverage
The SQD Network for Fuel provides:- Complete transaction history from genesis
- All receipt data including transfers, calls, and logs
- UTXO state changes and asset movements
- Contract interactions and Sway program executions
- Real-time updates with minimal latency
Performance Benefits
Fast Sync
Significantly faster than GraphQL-only indexing
Pre-filtered Data
Only receive data matching your filters
Optimized Batches
Efficient batch sizes for maximum throughput
High Availability
Reliable access with automatic failover
Data Filtering
Receipt-based Filtering
Transaction Filtering
Block Range Filtering
Hybrid Data Sources
Combine SQD Network with GraphQL for optimal performance:Rate Limits and Quotas
Free Tier
- 100 requests per second
- 1M data points per month
- Community support
Pro Tier
- 1000 requests per second
- Unlimited data points
- Priority support
- Custom rate limits available
Error Handling
Monitoring and Observability
Built-in Metrics
- Processing speed (blocks/second)
- Data throughput (receipts/second)
- Error rates and types
- Gateway response times
Custom Logging
Best Practices
Optimize Filters
- Use specific contract IDs when possible
- Filter by asset IDs for targeted indexing
- Set appropriate block ranges for historical data
Handle UTXO Model
- Understand Fuel’s UTXO-based architecture
- Process inputs and outputs correctly
- Handle asset transfers appropriately
Monitor Performance
- Track processing speed and latency
- Set up alerts for error rates
- Monitor gateway health status

