🚀 White-Label Signals API — Now Available

Plug AI Trading Intelligence
Into Your App

Access AlphaTerminal's momentum signals, earnings catalysts, social sentiment, and AI analysis via a clean REST API. Ship in minutes, not months.

Get API Key Try it Live
10+
Signal Sources
<200ms
Avg Response
6
Signal Types
99.5%
Uptime
API Endpoints
RESTful, JSON, versioned under /api/v1/
GET
/v1/signals/momentum
Multi-source momentum signals — analyst upgrades, options flow, sector breakouts. Ranked by AI conviction score.
All Tiers
GET
/v1/signals/earnings
AI-generated earnings catalyst plays with sympathy ticker mapping, expected move direction, and thesis.
All Tiers
GET
/v1/signals/social
Cross-platform sentiment signals from Reddit, Twitter/X, and 4chan /biz/. Velocity spikes + confluence detection.
Startup+
GET
/v1/market/trending
Top tickers by signal activity across all sources. Configurable time window (1h / 6h / 24h / 48h).
All Tiers
GET
/v1/market/funding-rates
Real-time perpetual futures funding rates across major exchanges. Sorted by magnitude.
Startup+
GET
/v1/ai/analysis/:ticker
GPT-4o-mini powered analysis: market context, catalysts, bias, confidence score, and trade approach.
Business+
Quick Start
Authenticate with X-Api-Key header. Works with any HTTP client.
# Get top momentum signals curl https://alphasterminal.com/api/v1/signals/momentum \ -H "X-Api-Key: at_your_api_key_here" # AI analysis for NVDA (Business+ tier) curl https://alphasterminal.com/api/v1/ai/analysis/NVDA \ -H "X-Api-Key: at_your_api_key_here" # Response { "success": true, "count": 12, "data": [ { "ticker": "NVDA", "direction": "bullish", "conviction": "high", "conviction_score": 9, "thesis": "Analyst upgrade + options flow spike..." } ] }
API Pricing
Subscribe, get your API key, start shipping. Cancel anytime.
Developer
$49/month
100 requests / minute
  • Momentum signals
  • Earnings catalyst plays
  • Trending tickers
  • API key management
  • Usage dashboard
Get Developer Key
Business
$499/month
2,000 requests / minute
  • Everything in Startup
  • AI ticker analysis (GPT-4o)
  • White-label rights
  • Remove AT branding
  • Dedicated webhook channels
Get Business Key
Enterprise
$999/month
10,000 requests / minute
  • Everything in Business
  • Custom endpoints
  • 99.9% SLA
  • Dedicated support channel
  • Volume discounts available
Get Enterprise Key
API Keys
Manage your API keys below. Keys are shown only once at creation.

🔑 Your new API key:

⚠ Save this key now — it will not be shown again after you close this message.
Activate your subscription to enable this key's full tier limits.
Loading keys…
API Playground
Try live requests against the real API. Enter your key below.
// Click "Run Request" to see live response