FortiBlox Nexus
High-performance X1 Blockchain infrastructure platform with RPC nodes, Geyser streaming, and enhanced APIs
FortiBlox Nexus
Welcome to FortiBlox Nexus - your complete X1 Blockchain infrastructure platform. We provide lightning-fast RPC nodes, real-time Geyser data streaming, and powerful enhanced APIs for building production-grade X1 Blockchain applications.
Why FortiBlox Nexus?
Unlimited Historical Data
Unlike other providers that charge per request or limit historical data access, FortiBlox Nexus provides unlimited historical X1 Blockchain data on all paid tiers. Access years of blockchain history without worrying about extra costs.
Free WebSocket Streaming
Get real-time account and transaction updates via WebSocket on all tiers, including Free. No hidden charges for streaming data.
Professional-Grade Infrastructure
- 99.9% uptime SLA on Professional and Enterprise tiers
- Multi-region redundancy for maximum reliability
- Intelligent load balancing across healthy endpoints
- Automatic failover and health monitoring
Developer-First Experience
- 5-minute quickstart - Get your first API call working in minutes
- Comprehensive documentation with code examples in JavaScript, Python, Rust, and cURL
- Event-driven architecture - Webhooks and gRPC streaming for real-time updates
- Transparent pricing - No hidden fees or surprise charges
- Generous free tier - Start building without a credit card
Core Features
RPC Nodes
Access X1 mainnet, devnet, and testnet via high-performance RPC endpoints
Geyser Streaming
Real-time streaming of accounts, transactions, and blocks via WebSocket
Enhanced APIs
Transaction parsing, NFT metadata, token info, and batch operations
gRPC Streaming
High-performance Yellowstone-compatible gRPC streaming with <10ms latency (Professional tier)
Webhooks
Event-driven HTTP callbacks for real-time blockchain notifications (Business+ tiers)
SQL Analytics
Query blockchain data using SQL for advanced analytics (Business+ tiers)
Quick Start
1. Create an Account
Sign up at https://nexus.fortiblox.com using your Google, GitHub, or email account.
2. Generate an API Key
Navigate to the Developer Portal and create your first API key. Choose a descriptive name and select the services you need.
3. Make Your First Request
curl -X POST https://nexus.fortiblox.com/rpc \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "getHealth"
}'const axios = require('axios');
const response = await axios.post('https://nexus.fortiblox.com/rpc', {
jsonrpc: '2.0',
id: 1,
method: 'getHealth'
}, {
headers: { 'X-API-Key': process.env.FORTIBLOX_API_KEY }
});
console.log('Health:', response.data.result);import requests
import os
response = requests.post('https://nexus.fortiblox.com/rpc',
json={'jsonrpc': '2.0', 'id': 1, 'method': 'getHealth'},
headers={'X-API-Key': os.getenv('FORTIBLOX_API_KEY')}
)
health = response.json()['result']
print(f"Health: {health}")Competitive Advantages
vs Helius
- Unlimited historical data (Helius charges extra)
- Free WebSocket streaming on all tiers
- SQL analytics for custom queries
- Transparent tier pricing with no hidden fees
vs Alchemy
- Native X1 Blockchain focus (not multi-chain compromise)
- Geyser streaming included (not an add-on)
- Better price-to-performance ratio
- No vendor lock-in with standard APIs
vs QuickNode
- More generous free tier
- Simpler pricing structure
- Better documentation
- Faster support response times
Subscription Tiers
| Tier | Monthly Price | Credits | Best For |
|---|---|---|---|
| Free | $0 | 100,000 | Hobbyists, learning, testing |
| Developer | $49 | 2,500,000 | Side projects, MVPs |
| Business | $499 | 30,000,000 | Production apps, startups |
| Professional | $999 | 75,000,000 | High-traffic applications |
| Enterprise | Custom | Unlimited | Large-scale operations |
Security Best Practices
- Never expose API keys in client-side code
- Use environment variables for key management
- Enable domain restrictions for web applications
- Set up IP restrictions for server applications
- Rotate keys regularly (monthly recommended)
- Use separate keys for development, staging, and production
Support
- Documentation: You're already here!
- Discord: discord.gg/fortiblox
- Email: [email protected]
- Twitter: @FortiBlox
- GitHub: github.com/fortiblox
Next Steps
Beginner's Guide
Never used a blockchain API? Start here with our complete beginner's guide
Quick Start Guide
Get your first API call working in 5 minutes
RPC Documentation
Complete RPC endpoint reference
Geyser API
Real-time streaming API documentation
Complete API Examples
50+ copy-paste examples for every endpoint in JavaScript, Python, and cURL
Pricing Guide
Detailed tier comparison and credit costs - choose the perfect plan