BeCoin API for vendors
Forecast & Signal API
Sell-ready API product for trading platforms, broker tools, newsletters, and portfolio dashboards. Includes short-term signals, long-horizon forecasts, watchlist snapshots, and usage telemetry.
Quick Start
Auth
Authorization: Bearer <API_KEY>
Rotate keys per app and environment. Usage and key health are exposed in `/usage`.
Sample request
curl -X GET "https://becoin.net/api/public/v1/forecast?symbol=BTC&timeframe=week" \ -H "Authorization: Bearer bc_live_xxx" \ -H "Accept: application/json"
Endpoints
| Method | Path | Purpose | Key Params |
|---|---|---|---|
| GET | /api/public/v1/forecast | Multi-timeframe forecast snapshot for one symbol. | symbol, timeframe, include_indicators |
| GET | /api/public/v1/signals | Short-term directional signals used in homepage tables. | symbol, tf, limit |
| GET | /api/public/v1/watchlist/summary | Batch summary for dashboard/watchlist widgets. | symbols[], mode=short|long |
| POST | /api/public/v1/alerts/test | Validate alert payload and simulate trigger response. | symbol, condition, target, channels |
| GET | /api/public/v1/usage | API key usage, remaining quota, and rate-limit windows. | none |
API Pricing Proposal
Positioning: lower than mainstream competitors at comparable tiers, but close enough to protect premium brand value.
API Starter
$27/month
Best for dashboards and prototypes
- 200,000 requests
- 30 req/sec
- 2 years history
- Email support
API Growth
$89/month
Best for SaaS products and client portals
- 1,000,000 requests
- 90 req/sec
- 10 years history
- Priority email + Slack
API Scale
$219/month
Best for vendors and broker integrations
- 4,000,000 requests
- 250 req/sec
- Full historical catalog
- Dedicated CSM + SLA
Competitor Benchmarks (Public List Pricing)
| Provider | Entry Plan | Mid Tier | Notes |
|---|---|---|---|
| Polygon Stocks | $29/mo | $79-$199/mo | Strong US equities depth |
| Twelve Data | $79/mo | $229-$999/mo | Broad markets + websocket credits |
| CoinGecko API | $35/mo | $129-$499/mo | Crypto-first, call-credit model |
| EODHD | $19.99-$29.99/mo | $59.99-$99.99/mo | Bundle-led financial data |
| FMP | $22/mo | $59-$149/mo | Fundamental-heavy coverage |
Benchmark sources: Polygon, Twelve Data, CoinGecko, EODHD, FMP. Snapshot prepared on February 28, 2026.