API Reference
Integrate DeepSight's powerful AI analytics into your applications with our comprehensive API.
Authentication
Secure your API requests with API keys and JWT tokens.
Real-time Data
Access real-time analytics and market sentiment data.
Webhooks
Receive instant notifications for custom events and alerts.
Authentication
All API requests must include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Endpoints
Token Analysis
GET
/v1/tokens/{symbol}/analysis
Get comprehensive token analysis including price, sentiment, and metrics.
// Example request curl -X GET "https://api.deepsight.ai/v1/tokens/SOL/analysis" \ -H "Authorization: Bearer YOUR_API_KEY"
// Example response { "symbol": "SOL", "price": { "current": 178.45, "change_24h": 5.2 }, "sentiment": { "score": 78, "trend": "positive" }, "metrics": { "volume_24h": 145000000, "market_cap": 76500000000 } }
Social Sentiment
GET
/v1/tokens/{symbol}/sentiment
Get detailed social sentiment analysis across platforms.
Price Alerts
POST
/v1/alerts
Create custom price and sentiment alerts.
Rate Limits
Basic Tier100 requests/minute
Premium Tier1,000 requests/minute
Enterprise TierCustom limits
Ready to Get Started?
Sign up for an API key and start integrating DeepSight's powerful analytics into your applications.