Every endpoint
All 20 endpoints, with every parameter each one accepts. This index and the pages under it are generated from the running service, so nothing here can promise a parameter the API does not take.
| endpoint | what it returns | |
|---|---|---|
| GET /v1/btc/summary | Latest price, recent moves and the tone of today news | 0 parameters |
| GET /v1/btc/price | BTC/USDT candles | 3 parameters |
| GET /v1/btc/sentiment | News tone per period | 3 parameters |
| GET /v1/btc/series | Price and news tone aligned on one timeline | 3 parameters |
| GET /v1/btc/correlation | Correlation between news tone and price move, by shift | 4 parameters |
| GET /v1/btc/news | Crypto articles with their sentiment label | 9 parameters |
| GET /v1/btc/sources | Which outlets drive crypto coverage, and how they lean | 4 parameters |
| GET /v1/trends | Trending stories, filtered | 14 parameters |
| GET /v1/trends/keywords | Words the stories are built on | 10 parameters |
| GET /v1/trends/countries | Countries we track, and how fresh | 1 parameters |
| GET /v1/trends/{cc}/{slug} | One trend with its articles | 3 parameters |
| GET /v1/markets | Instruments we track | 0 parameters |
| GET /v1/markets/{slug} | Price and coverage on one timeline | 2 parameters |
| GET /v1/search | Search news articles | 15 parameters |
| GET /v1/stats | Aggregated breakdown of a slice | 10 parameters |
| GET /v1/article | Fetch a single article by URL | 2 parameters |
| GET /health | Service health and corpus size | 0 parameters |
| GET /v1/rss | The same search as RSS 2.0 | 11 parameters |
| GET /v1/atom | The same search as Atom 1.0 | 11 parameters |
| GET /v1/feed.json | The same search as JSON Feed 1.1 | 11 parameters |
The same list is available as JSON at /openapi.json, and as MCP tools at /mcp — every endpoint below is also a tool your agent can call directly.