API Overview
The CLOBr API provides programmatic access to market depth, liquidity data, and token scores for Solana tokens.
Note: Premium membership is required to use the API.
Base URL
https://clobr.io/api/v1API 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
- ✓ Live market depth (10 RPM)
- ✓ Single token score lookups - live
- ✓ Top 50 tokens - live (CLOBr Top Scores)
- ✓ DCA pressure rankings (6 RPM)
- ✓ DCA orders with flow projections
- ✓ Limit orders with price range filters
Perfect for trading bots, terminals, and personal automation
RECOMMENDED
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 (unlimited RPM)
- ✓ Batch score queries (50 tokens)
- ✓ DCA orders & limit orders
- ✓ Advanced filtering options
- ✓ Dedicated support & SLA
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)
Quick Links
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: Now get live depth chart data at 10 RPM. Use the /dca-orders and /limit-orders endpoints to feed trading bots and terminals.
- Monitor your quota usage via the X-Quota-* response headers to avoid hitting limits.