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": [...] }

Free tier: 10,000 calls/month per key. Higher limits available for partners — see plans.

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

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.