Build with PyreFi.
Every score, every signal, every headline — exposed as REST endpoints, WebSocket streams, and webhooks. Production-grade, multi-region, with first-class SDKs for the languages quant desks actually use.
Everything you can build on PyreFi.
Six categories. Start where you need to.
Getting started
Authentication, your first API call, environments, and the 5-minute quickstart.
- →Create an API key
- →First request — curl
- →Sandbox vs production
- →Pagination & cursors
AI Metrics
Live prices, AI risk & momentum scores, sentiment, and on-chain composites for 10K+ tokens.
- →Risk Score explained
- →Momentum Indicator
- →Sentiment scoring
- →On-chain composite
Trading Signals
Backtested trading signals — entry, target, stop & AI confidence. Live feed and historical track.
- →Signal schema reference
- →Telegram delivery
- →Win-rate historicals
- →Auto-trade setup
Token Directory
10,000+ tokens with live prices, AI scores, and interactive charts. Browse, filter, compare.
- →Directory overview
- →Token detail page
- →Watchlist management
- →Price alerts
Newsletter Engine
NLP-scored headlines, personalized briefings, cadence controls — daily or weekly delivery.
- →Personalization settings
- →Topic preferences
- →Cadence & timing
- →Email preview
Campaigns API
Airdrop tasks, Twitter/Telegram/on-chain verification, referral & KOL analytics.
- →POST /v1/campaigns
- →Task verification engine
- →Referral attribution
- →KOL analytics
Your first request, three lines.
Get an API key from the dashboard, and you're querying live AI scores in a curl.
// Live AI scores + on-chain composite curl https://api.pyrefi.com/v1/metrics/btc \ -H "Authorization: Bearer pk_live_..." { "symbol": "BTC", "price": 67842.18, "scores": { "risk": 28, "momentum": 74, "sentiment": 61, "tsmom": 0.68 }, "signals_24h": 3, "updated_at" "2026-05-12T08:14:32Z" }
Top endpoints
First-class libraries.
Typed, tested, and shipped on every release. Open-source on GitHub.
End-to-end recipes.
Copy, paste, deploy.
Stream prices into BigQuery with WebSocket
Subscribe to /v1/stream/prices, batch insert every 30 seconds, and partition by symbol for sub-100ms queries.
Build a sentiment dashboard in Next.js
Pull /v1/metrics/:symbol server-side, hydrate a chart with SWR, refresh on the 30-second tick.
Forward signals to your own Discord bot
Register a webhook, verify HMAC, re-broadcast to discord.com/api/webhooks/* with retry-on-fail.
Backtest a momentum strategy in Python
Pull 12 months of trend force scores, simulate a top-decile long portfolio, and chart drawdown against BTC.
Auto-trade on Binance via the Telegram bot
Link your Binance sub-account, set the position sizing rules, and let the bot fire orders in under 500ms.
Launch a token airdrop campaign
Configure tasks, set verification criteria, distribute to wallets, and track KOL attribution in real time.
Ready to build?
Get an API key and query live data in under 5 minutes.
Need help?
Can't find what you're looking for? Our team responds in under 4 hours.