API Documentation
API Overview
Note: Premium membership is required to use the API.
The CLOBr API provides access to market depth, liquidity data, and token scores.
Base URL: https://clobr.io/api/v1
API Access Tiers
CLOBr offers two API access tiers to meet different use cases:
Premium API
Included with Premium subscription
Includes:
- ✓ 12 requests/minute
- ✓ 100,000 calls/month
- ✓ Delayed market depth (1+ hours)
- ✓ Single token score lookups - live
- ✓ Top 50 tokens - live (CLOBr Top Scores)
Perfect for personal trading automation and integration testing
RECOMMENDED FOR INTEGRATIONS
Enterprise API
Production-ready data access
Contact Sales
Starting at $799/mo for 1M calls
Includes:
- ✓ Custom rate limits (100+ RPM)
- ✓ Custom monthly quotas (1M-10M+)
- ✓ Real-time market depth
- ✓ Batch score queries (50 tokens)
- ✓ Advanced filtering options
- ✓ Dedicated support & SLA
For developers who need programmatic access to CLOBr data, our API provides market depth information with tier-appropriate access levels.
Rate Limits & Quotas
Premium Tier: 12 requests per minute across all endpoints, 100,000 calls per month
Enterprise Tier: Custom rate limits and monthly quotas based on your needs
All API responses include headers for tracking usage:
- X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset
- X-Quota-Limit, X-Quota-Used, X-Quota-Remaining, X-Quota-Reset
- X-API-Tier (premium or enterprise)
Pro Tips
- Enterprise users: Use the POST /score endpoint to batch query up to 50 tokens at once for maximum efficiency.
- The /top-scores endpoint is perfect for discovering high-quality tokens ranked by liquidity.
- Premium users: Must use
delayed=true
parameter on market-depth calls. Real-time data requires Enterprise API access. - Monitor your quota usage via the X-Quota-* response headers to avoid hitting limits.