no key · no human
HomeAPI documentationEvery endpoint

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.

endpointwhat it returns
GET /v1/btc/summaryLatest price, recent moves and the tone of today news0 parameters
GET /v1/btc/priceBTC/USDT candles3 parameters
GET /v1/btc/sentimentNews tone per period3 parameters
GET /v1/btc/seriesPrice and news tone aligned on one timeline3 parameters
GET /v1/btc/correlationCorrelation between news tone and price move, by shift4 parameters
GET /v1/btc/newsCrypto articles with their sentiment label9 parameters
GET /v1/btc/sourcesWhich outlets drive crypto coverage, and how they lean4 parameters
GET /v1/trendsTrending stories, filtered14 parameters
GET /v1/trends/keywordsWords the stories are built on10 parameters
GET /v1/trends/countriesCountries we track, and how fresh1 parameters
GET /v1/trends/{cc}/{slug}One trend with its articles3 parameters
GET /v1/marketsInstruments we track0 parameters
GET /v1/markets/{slug}Price and coverage on one timeline2 parameters
GET /v1/searchSearch news articles15 parameters
GET /v1/statsAggregated breakdown of a slice10 parameters
GET /v1/articleFetch a single article by URL2 parameters
GET /healthService health and corpus size0 parameters
GET /v1/rssThe same search as RSS 2.011 parameters
GET /v1/atomThe same search as Atom 1.011 parameters
GET /v1/feed.jsonThe same search as JSON Feed 1.111 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.