The data behind every page.
These are the same REST endpoints that power pyrefi.com — token directory, AI indicators, trading signals, market data, and news.
Base URL
https://api.pyrefi.com/api/v1Authentication
Read endpoints listed below are public — no API key required. Endpoints that read or write account-specific data (watchlists, trading config, billing) require the signed-in session used by the web app and aren't intended for third-party access yet. A dedicated API key program for funds, quants and institutional desks is on the roadmap — see the changelog for updates.
Token directory
/tokensPaginated token list with live price and market data.
/tokens/directoryDirectory feed with AI indicators — sortable and filterable.
/tokens/:slugFull token detail — price, metadata, links.
/tokens/:slug/indicatorsCurrent Conviction, Pulse, Structure, Ignition & Risk Lens scores.
/tokens/:slug/ohlcvCandlestick OHLCV history for charting.
/tokens/:slug/newsNews articles mentioning this token.
/tokens/trendingTokens trending by conviction score.
Trading signals
/signalsActive trading signals — entry, target, stop-loss, confidence.
/signals/:idSingle signal detail.
/signals/statsAggregate win-rate and performance stats.
/signals/token/:slugSignal history for a specific token.
Market data
/market/globalGlobal market cap, 24h volume, BTC/ETH dominance, Fear & Greed.
/market/pulseLong/short ratio, funding rate, open interest.
/market/sectors-weeklySector rotation performance over the trailing week.
News
/news/latestLatest AI-tagged news articles, filterable by sentiment.
/news/digestAI-generated daily news summary.
/news/trendingTrending topics across the news feed.
Newsletter
/newsletter/subscribeSubscribe an email to the daily briefing.
Questions about the API? sales@pyrefi.com