Signals API
Connect crowd wisdom to your stack
REST access to the same crowd-consensus signals used on CrowdWisdom Trading — built from 16,564+ professional traders. Designed for fintech platforms, terminals, and quant research that need machine-readable setups, not screenshots.
JSON responses · Bearer keys · https://api.crowdwisdomtrading.com
Quick start
Create a key, then call /v1/signals
Subscribe, open the dashboard, mint a named key, then send Authorization: Bearer cwt_live_…. Full reference: https://api.crowdwisdomtrading.com/docs.
cURL
curl -sS -H "Authorization: Bearer cwt_live_YOUR_KEY" \
"https://api.crowdwisdomtrading.com/v1/health"
curl -sS -H "Authorization: Bearer cwt_live_YOUR_KEY" \
"https://api.crowdwisdomtrading.com/v1/account"
curl -sS -H "Authorization: Bearer cwt_live_YOUR_KEY" \
"https://api.crowdwisdomtrading.com/v1/signals?cycle=weekly&date=2026-09-07"Python
import requests
headers = {"Authorization": "Bearer cwt_live_YOUR_KEY"}
base = "https://api.crowdwisdomtrading.com"
print(requests.get(f"{base}/v1/health").json())
print(requests.get(f"{base}/v1/account", headers=headers).json())
print(requests.get(f"{base}/v1/signals", headers=headers, params={"cycle": "weekly", "date": "2026-09-07"}).json())REST signals
Weekly and daily crowd-decoded setups as JSON: ticker, direction, levels, RR, and signal UID.
10 RPM · 1,000 RPD
Predictable rate limits for research jobs and production terminals. Burst is per-key, not per-IP.
90-day history
Pull recent cycles for backtests and replay. Live ingest stays on the same /v1/signals contract.
5 named keys
Production, staging, and rotation keys for the same licensed platform. The secret is shown once. Keys are not extra licenses.
Bearer auth
Authorization: Bearer cwt_live_…. Hashed at rest. Revoked keys 401 on the next request.
Account + usage
GET /v1/account for plan status and remaining quota. Dashboard charts come from the same usage tables.
API pricing
One full-access plan
Start on the same contract partners use in production. Docs are public; keys require an active membership.
License
Licensed for your platform. Not for redistribution.
Your API subscription licenses you to use CrowdWisdom Trading consensus data inside one product you operate, under your own brand, for your own clients. Banks and brokers: white-label display to your retail customers inside your own app is included. What is not included: reselling, sublicensing, or redistributing the raw data or derived feeds to third parties, using the data in a second product or site, and using the data to build a competing product.
Read the API Data LicenseFull access
CrowdWisdom Pro API
$299 / month
| Per minute | 10 requests |
| Per day | 1,000 requests |
| History | 90 days |
| Live keys | up to 5 (same platform) |
- •GET /v1/signals — list by cycle, date, RR, pagination
- •GET /v1/signals/top — cached top 30 by RR or market cap
- •GET /v1/signals/{uid} — single signal
- •GET /v1/account — usage today and rate-limit remaining
- •POST /v1/account/keys/rotate — partner self-rotate
- •GET /v1/health — no auth
Payment is processed by Whop. Cancel anytime; live keys stop when membership deactivates.
FAQ
How do I get a key?+
Log in with your CrowdWisdom account, subscribe, then create a named key in the API dashboard. The secret is shown once. We never email cwt_live_ keys.
Where is the full API documentation?+
Interactive OpenAPI lives at https://api.crowdwisdomtrading.com/docs. The same spec is https://api.crowdwisdomtrading.com/openapi.json.
Is this the same as CrowdWisdom Pro (dashboard + chat)?+
No. Pro Access is the trader product. The Signals API is a separate $299/month membership for machine-readable access. Your chat account is unchanged.
Can I cancel?+
Yes. Cancel on Whop or from billing support. When membership deactivates, live keys stop working immediately.
Why do I get up to 5 keys?+
Five live keys let you run production, staging, and local/dev, and rotate a key without downtime — all for the same licensed platform. Extra keys are not extra licenses. You may not give a key to a third party or use keys to power a second product. Another site or brand needs another subscription or a written multi-site license.
Can I resell or redistribute the data?+
No. The subscription licenses CrowdWisdom data for one platform you operate. White-label display to your own customers inside that platform is allowed. Reselling, sublicensing, or feeding the data (or derived feeds) to third parties requires a separate written license. Read the API Data License at /api-terms.