Power Your Platform withInfluencer ROI Data
Access production-ready APIs for influencer credibility scoring, ROI simulation, and benchmark analysis. Trusted by institutional investors and trading platforms.
ROI Simulation
Calculate portfolio returns, Sharpe ratios, and risk metrics
Credibility Scoring
Real-time accuracy tracking and fraud detection
Benchmark Data
Performance vs market with statistical significance
Simple, Transparent Pricing
Choose the plan that fits your needs
Perfect for individual traders and small funds
- 5,000 API calls/month
- ROI simulation endpoints
- Historical performance data
- Basic support (email)
- Rate limit: 10 req/min
- Data refresh: Daily
For institutional investors and hedge funds
- 50,000 API calls/month
- All ROI & benchmark endpoints
- Real-time credibility scoring
- Priority support (Slack)
- Rate limit: 60 req/min
- Data refresh: Hourly
- Custom webhooks
- Batch processing
Custom solutions for large organizations
- Unlimited API calls
- All endpoints + custom features
- Dedicated account manager
- 24/7 phone & Slack support
- No rate limits
- Data refresh: Real-time
- Custom integrations
- White-label options
- SLA guarantees
Production-Ready Endpoints
RESTful API with JSON responses and comprehensive documentation
/api/v1/roi/influencers/{id}Calculate ROI simulation for an influencer
Parameters:
starting_capital (float) = 10000Initial portfolio value
num_predictions (int) = 20Number of predictions to simulate
strategy (string) = equal_weightTrading strategy
position_size_pct (float) = 10.0Position size percentage
asset_filter (string)optionalFilter by asset (BTC, ETH, etc.)
Example Response:
{
"total_return_pct": 42.5,
"sharpe_ratio": 1.85,
"win_rate": 65,
"num_trades": 18,
"max_drawdown_pct": 15.2,
"vs_btc_hold_pct": 12.3
}/api/v1/roi/influencers/{id}/assetsGet list of assets an influencer has predicted
Example Response:
[
{
"symbol": "BTC",
"name": "Bitcoin",
"prediction_count": 25
},
{
"symbol": "ETH",
"name": "Ethereum",
"prediction_count": 18
}
]/api/v1/benchmarks/top-performersGet top performing influencers vs market
Parameters:
window_type (string) = all_timeTime window
min_predictions (int) = 10Minimum predictions required
limit (int) = 50Number of results
Example Response:
{
"influencer": {
"id": "uuid",
"display_name": "Example"
},
"avg_relative_performance": 15.8,
"total_predictions": 32
}Authentication & Security
All API requests require authentication via API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY✓ TLS 1.3 encryption • ✓ Rate limiting • ✓ IP whitelisting available • ✓ SOC 2 Type II compliant