What is default routing?
Default routing lets you test Uniblock’s Unified API and auto-routing features without creating an account or providing an API key. It’s designed for quick experimentation and prototyping before committing to a plan. Use default routing when you:- Want to test API endpoints before signing up
- Need to prototype quickly without setup
- Are evaluating Uniblock for your project
- Want to demonstrate API capabilities to your team
How it works
Simply make API calls to Uniblock endpoints without an API key:No API key required
- Uniblock detects the request has no API key
- Routes the request through default routing pool
- Applies rate limits for anonymous usage
- Returns the response
Key benefits
Zero setup
No signup, no API key, no configuration. Start testing immediately.
Risk-free testing
Experiment with APIs without costs or commitments.
Rapid prototyping
Build proof-of-concepts quickly without infrastructure setup.
Full feature access
Test all Unified API endpoints and auto-routing features.
Rate limits
Default routing has strict limits to prevent abuse:| Limit type | Value |
|---|---|
| Requests per minute | 10 |
| Requests per hour | 100 |
| Requests per day | 500 |
| Concurrent requests | 2 |
These limits are shared across all anonymous users. For production use, sign up for a free account to get dedicated rate limits.
Testing methods
Interactive API reference
Use the built-in playground in the documentation:Navigate to any API endpoint
Go to the Unified API Reference and select an endpoint.

Uniblock Explorer
Test APIs visually with the Uniblock Explorer:- Search addresses across any supported chain
- View token balances, NFTs, and transaction history
- Explore API responses in real-time
- Copy API calls for your own code
Command line
Test with curl or any HTTP client:Get token balances
Get NFTs
Get transaction history
Code examples
The API reference provides code examples in multiple languages:JavaScript/Node.js
Python
Go
What you can test
Default routing gives you access to all Unified API endpoints:Token API
- Token balances
- Token transfers
- Token prices
- Token allowances
NFT API
- NFT collections
- NFT metadata
- NFT transfers
- Floor prices
Transaction API
- Transaction history
- Transaction receipts
- Gas estimation
Market Data API
- Token prices
- Trading volume
- Trending tokens
Scans API
- Block explorer data
- Contract verification
- Address analytics
Upgrading from default routing
When you’re ready for production:Create a free account
Sign up at dashboard.uniblock.dev - no credit card required.
Comparison: Default vs. Free tier
| Feature | Default routing | Free tier (Startup) |
|---|---|---|
| Setup required | None | Sign up + API key |
| Requests/month | ~15,000 | 100,000 |
| Rate limit | 10/min | 100/min |
| Auto-routing | ✅ | ✅ |
| Backup providers | ✅ | ✅ |
| Dashboard | ❌ | ✅ |
| Analytics | ❌ | ✅ |
| Support | Community | |
| Production use | ❌ | ✅ |
Next steps
Sign up for free
Create an account to get higher limits and production access.
Quickstart guide
Follow the quickstart to build your first integration.
API reference
Explore all available endpoints and features.
Uniblock Explorer
Test APIs visually with the interactive explorer.
Common pitfalls
Ready to get started with Uniblock?
Create your free account and start building with unified blockchain infrastructure across 100+ chains.