Developers

Embed Traderforum community data — sentiment, trending markets and prediction events — into your broker dashboard, fintech app, or media site. REST API + drop-in widgets.

API keys

Log in to create an API key.

REST API

Authenticate with Authorization: Bearer <key> or ?key=. Base URL https://traderforum.com.

Symbol sentiment

GET /api/v1/sentiment/BTC
Authorization: Bearer tf_live_xxx

{
  "ticker": "BTC",
  "total": 42,
  "bulls": 30,
  "bears": 12,
  "bullPct": 71,
  "bearPct": 29
}

Trending

GET /api/v1/trending
Authorization: Bearer tf_live_xxx

{ "symbols": [...], "events": [...] }

Smart Money

Credibility-weighted positioning per instrument — where the proven crowd is vs the raw crowd. Each signal is weighted by its author's resolved forecast accuracy.

GET /api/v1/smart-money
Authorization: Bearer tf_live_xxx

{ "instruments": [
    { "ticker": "EURUSD", "smartLongPct": 38, "crowdLongPct": 60,
      "divergence": -22, "conviction": 9.4, "topVoices": [...] }
] }

Free tier: 10,000 calls/month per key. Higher limits available for partners — request a partner plan.

Embeddable widgets

Drop a live sentiment widget on any page with a single iframe. No API key required.

<iframe
  src="https://traderforum.com/embed/sentiment/BTC"
  width="320" height="120" frameborder="0"
  title="BTC sentiment by Traderforum"></iframe>
Live preview

Smart Money widget

Credibility-weighted positioning across the top instruments — the Trust Graph as an embeddable module.

<iframe
  src="https://traderforum.com/embed/smart-money"
  width="340" height="280" frameborder="0"
  title="Smart Money by Traderforum"></iframe>
Live preview

White-label & partnerships

Brokers, banks, PSPs and fintech apps can embed co-branded community modules, sentiment and prediction widgets, and partner attribution. For white-label community or enterprise data licensing, post in r/fintech-founders or open a request in Deals.

Data reflects community activity and is provided as-is, not as investment advice. Usage is subject to fair-use limits and may be rate-limited.