News feed
Description
Global feed of crypto news. Optional filters: language, currency id, fund id, tag slug, date range.
mainText is always null in the feed — fetch the full body via GET /news/{id}.
Pricing
- 1 credit base + 1 credit per 100 items returned over the first 100.
Documentation Index
Fetch the complete documentation index at: https://docs.cryptorank.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
1 <= x <= 100Opaque pagination cursor returned by the previous response as meta.nextCursor. Pass it back unchanged to fetch the next page.
Filter by article language. Omit to return all languages.
en, ru, es, zh, tr, vi, pt, ko Filter by currency id — only articles assigned to that currency.
Filter by fund id — only articles assigned to that fund.
Filter by tag slug (e.g. defi, markets).
Return articles published on or after this moment (ISO 8601 or Unix timestamp in seconds/milliseconds).
Return articles published on or before this moment (ISO 8601 or Unix timestamp in seconds/milliseconds). Bare dates (YYYY-MM-DD) are treated as end-of-day UTC so the named day is included.
Response
1234567
"Bitcoin breaks new all-time high"
Short preview / lead text. Null when the source did not provide one.
Full article body (HTML). Always null in GET /news/feed — use GET /news/{id} to fetch. On the detail endpoint, null when the article has no body (headline-only item).
Source name.
"CoinDesk"
Link to the original article. Null when the source URL is unavailable.
"https://www.coindesk.com/markets/2024/01/01/btc-ath"
Preview image URL. Null when the article has no image.
"https://img.cryptorank.io/news/abc.jpg"
Publication timestamp (ISO 8601).
"2024-01-01T12:34:56.000Z"
Article language. Null when the source did not declare one.
en, ru, es, zh, tr, vi, pt, ko "en"
Tags attached to the article. Each item has a stable key (slug, usable as the tag filter) and a human-readable name.
Currencies referenced by the article.
Funds referenced by the article.
Feed-only. True when the full article body is available — mainText will be populated by GET /news/{id}. False for headline-only items. Absent on GET /news/{id} (use mainText directly).
true