What Uniblock does
Uniblock is a blockchain infrastructure layer that abstracts away the complexity of working with multiple data providers and chains. Instead of managing dozens of API keys, handling provider outages, and normalizing inconsistent data formats, you get one unified interface that works everywhere. Core value proposition:- One API key replaces 20+ provider integrations
- Auto-routing ensures requests always succeed via intelligent failover
- Normalized data provides consistent formats across all providers
- Multi-chain support for 100+ blockchains with identical API patterns
New to Uniblock? Start with the Quickstart
Guide to make your first
API call in 5 minutes.
How it works
When you make a request to Uniblock:- Request received - Your API call hits Uniblock’s routing layer
- Provider selection - Auto-routing picks the optimal provider based on reliability, latency, and cost
- Data retrieval - Request is sent to the selected provider (e.g., Alchemy, QuickNode, Covalent)
- Normalization - Response is transformed into Uniblock’s unified format
- Validation - Data is verified for completeness and accuracy
- Failover - If the provider fails, request automatically retries with backup providers
- Response - You receive consistent, reliable data
Example: Token balance request
Response: Normalized across all providers
Key features
Auto-routing
Uniblock automatically routes requests to the best available provider based on real-time performance metrics. If a provider is down or slow, requests instantly failover to backup providers. Benefits:- 99.9% uptime - No single point of failure
- Optimized latency - Routes to fastest provider for your region
- Cost efficiency - Balances requests across providers to minimize costs
- Zero configuration - Works automatically, no manual setup required
- Monitors provider health in real-time
- Tracks latency, error rates, and success rates
- Maintains fallback chains for every endpoint
- Retries failed requests automatically
Data normalization
Different providers return data in different formats. Uniblock normalizes all responses into a consistent schema, so you never have to write provider-specific parsing logic. Example: Token balance formats| Provider | Balance format | Decimals |
|---|---|---|
| Alchemy | "1000000000" (string) | Separate field |
| Moralis | 1000000000 (number) | Separate field |
| Covalent | "1000.00" (formatted) | Included |
Data consensus
For critical queries, Uniblock can query multiple providers simultaneously and return consensus data. This ensures accuracy and catches provider-specific bugs or stale data. When to use:- High-value transactions requiring verification
- Auditing and compliance scenarios
- Critical balance checks before transfers
- Queries 2-3 providers in parallel
- Compares responses for consistency
- Returns data only if providers agree
- Flags discrepancies for investigation
Polyfilled data
Some providers have incomplete data for certain chains or time periods. Uniblock automatically detects gaps and fills them using alternative providers. Example scenarios:- Provider A has Ethereum data but missing Polygon data → Uniblock uses Provider B for Polygon
- Provider C has recent transactions but missing historical data → Uniblock backfills from Provider D
- Provider E returns incomplete NFT metadata → Uniblock enriches from Provider F
Unified backup
If your primary provider experiences an outage, Uniblock seamlessly switches to backup providers without returning errors to your application. Failover chain example:- Primary: Alchemy (fastest, most reliable)
- Backup 1: QuickNode (high reliability)
- Backup 2: Ankr (stable fallback)

Supported APIs
Uniblock provides unified access to multiple API categories:Token API
Balances, transfers, prices, allowances, and token metadata across all
chains.
NFT API
Collections, metadata, floor prices, ownership, and transfer history.
Transaction API
Transaction history, receipts, gas estimation, and status tracking.
Market Data API
Real-time prices, historical charts, volume, and trending tokens.
Scans API
Block explorer data, contract verification, and source code access.
JSON-RPC
Direct node access with auto-routing for all supported chains.
Supported providers
Uniblock integrates with 20+ blockchain data providers to ensure comprehensive coverage and reliability, including: Alchemy, QuickNode, Infura, Ankr, Covalent, Moralis, Blockdaemon, Chainstack, TonAPI, Helius, and more.When to use Uniblock
✅ Use Uniblock when you need:
- Multi-chain support - Building apps that work across multiple blockchains
- High reliability - Production apps that can’t tolerate provider outages
- Consistent data - Normalized formats across all providers and chains
- Fast integration - One API key instead of managing multiple providers
- Cost optimization - Automatic routing to most cost-effective providers
⚠️ Consider alternatives when:
- Single provider is sufficient - If you only need one chain and one provider, direct integration may be simpler
- Extreme latency requirements - Direct provider connections may be 50-100ms faster (though less reliable)
Common use cases
Wallet applications
Display token balances, NFTs, and transaction history across multiple chains with a single integration.Get all token balances
NFT marketplaces
Query NFT metadata, floor prices, and ownership across all major chains.Get NFT collection floor price
DeFi dashboards
Track token prices, liquidity, and trading activity in real-time.Get token price
Analytics platforms
Aggregate transaction data and on-chain metrics across multiple chains.Get transaction history
Next steps
Quickstart guide
Create your first project and make API calls in 5 minutes.
API reference
Explore all available endpoints with interactive playgrounds.
Auto-routing guide
Learn how auto-routing works and how to configure it.
Supported chains
View the complete list of supported blockchains.
Common pitfalls
Need help?
- Documentation - Search these docs for detailed guides and API references
- Support - Contact us at uniblock.dev/contact
- Dashboard - Monitor usage and manage projects at dashboard.uniblock.dev
Ready to get started with Uniblock?
Create your free account and start building with unified blockchain infrastructure across 100+ chains.