Supported Chains
Coinibi supports 61 blockchains organized by data availability and coverage tier.
Total Chains
Support Tiers
Real-time Data
Tier 1: Full Coverage
Maximum data availability. Complete token listings, real-time pricing, historical data, holder information, and safety scoring. Updated continuously.
Best for: Production applications requiring high data reliability and frequent updates.
Tier 2: Good Coverage
Good data availability. Most tokens indexed, pricing data available, safety scoring supported. May have slight delays in updates compared to Tier 1.
Best for: Applications supporting a wide range of chains with acceptable update latency.
Tier 3: Limited Coverage
Limited data availability. Basic token data available, but may have gaps in historical data, holder information, or safety scoring. Use with caution for production applications.
Best for: Exploratory applications or low-priority use cases. Check data availability before relying on this tier.
Using Chains in the API
Use the chain identifier (lowercase) in API requests:
GET /api/tokens?chain=ethereum&limit=50For token details, use the chain and contract address:
GET /api/tokens/solana/EPjFWaJrgqAuZFxwMBeD6ypPeZ5ijYxd7xnLkMtPtWYData Availability by Tier
| Feature | Tier 1 | Tier 2 | Tier 3 |
|---|---|---|---|
| Token Listing | ✓ | ✓ | ~ |
| Real-time Pricing | ✓ | ✓ | ~ |
| OHLCV Data | ✓ | ✓ | ✗ |
| Holder Information | ✓ | ✓ | ~ |
| Safety Scoring | ✓ | ✓ | ~ |
| Update Frequency | Real-time | ~5 min | ~30 min |
Legend: ✓ = Available, ~ = Limited/Partial, ✗ = Not Available
Recommendations
For Trading Bots and Algorithms
Use Tier 1 chains only. These have real-time updates and the highest reliability for automated decision-making.
For Portfolio Tracking
Tier 1 & 2 chains are suitable. Updates every 5-30 minutes are acceptable for portfolio monitoring.
For Exploratory Apps
You can use any tier, but be aware of potential data gaps in Tier 3. Always implement error handling and fallback mechanisms.
For Safety-Critical Applications
Only use tokens from Tier 1 chains for safety scoring. Tier 2 and 3 may have incomplete or unreliable safety data.