News Feed
GET
/gateway/v1/news/feedReturns crypto news from major sources.
Filters: `source` (enum), `project`, and time range (`from`/`to`).
Sort: `recency` (default) or `trending`.
Use the detail endpoint with article `id` for full content.
Query Parameters
sourceenum<string>
Filter by news source
Available options:
coindeskcointelegraphtheblockdecryptdlnewsblockbeatsbitcoincomcoinpediaambcryptocryptodailycryptopotatophemexpanewsodailytradingviewchaincatchertechflowExample:
coindeskprojectstring
Comma-separated project names to filter by
Example:
bitcoin,ethereumfromstring
Filter articles published on or after this time. Accepts Unix seconds or date string (2024-01-01)
Example:
2024-01-01tostring
Filter articles published on or before this time. Accepts Unix seconds or date string (2024-02-01)
Example:
2024-02-01sort_byenum<string>
Sort order: recency (newest first) or trending (deterministic newest-first alias until engagement ranking is available)
Available options:
recencytrendingExample:
recencylimitinteger
Results per page (max 50)
Example:
20offsetinteger
Pagination offset
Example:
0News Feed
OK