B2B API ACCESS

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

Starter
$6,000/year

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
MOST POPULAR
Professional
$18,000/year

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
Enterprise
$34,000+/year

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
API DOCUMENTATION

Production-Ready Endpoints

RESTful API with JSON responses and comprehensive documentation

GET/api/v1/roi/influencers/{id}

Calculate ROI simulation for an influencer

Parameters:

starting_capital (float) = 10000

Initial portfolio value

num_predictions (int) = 20

Number of predictions to simulate

strategy (string) = equal_weight

Trading strategy

position_size_pct (float) = 10.0

Position size percentage

asset_filter (string)optional

Filter 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
}
GET/api/v1/roi/influencers/{id}/assets

Get list of assets an influencer has predicted

Example Response:

[
  {
    "symbol": "BTC",
    "name": "Bitcoin",
    "prediction_count": 25
  },
  {
    "symbol": "ETH",
    "name": "Ethereum",
    "prediction_count": 18
  }
]
GET/api/v1/benchmarks/top-performers

Get top performing influencers vs market

Parameters:

window_type (string) = all_time

Time window

min_predictions (int) = 10

Minimum predictions required

limit (int) = 50

Number 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

Get API Access

Fill out the form below and we'll get back to you within 24 hours

99.9%
Uptime SLA
<100ms
Average Response Time
SOC 2
Type II Certified
24/7
Support (Enterprise)