News

Crypto News Feed

Returns 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.

get/gateway/v1/news/feed

Query parameters

source'coindesk' | 'cointelegraph' | 'theblock' | 'decrypt' | 'dlnews' | 'blockbeats' | 'bitcoincom' | 'coinpedia' | 'ambcrypto' | 'cryptodaily' | 'cryptopotato' | 'phemex' | 'panews' | 'odaily' | 'tradingview' | 'chaincatcher' | 'techflow'

Filter by news source

Example:coindesk

Filter by news source

projectstring

Comma-separated project names to filter by

Example:bitcoin,ethereum

Comma-separated project names to filter by

fromstring

Filter articles published on or after this time. Accepts Unix seconds or date string (2024-01-01)

Example:2024-01-01

Filter articles published on or after this time. Accepts Unix seconds or date string (2024-01-01)

tostring

Filter articles published on or before this time. Accepts Unix seconds or date string (2024-02-01)

Example:2024-02-01

Filter articles published on or before this time. Accepts Unix seconds or date string (2024-02-01)

sort_by'recency' | 'trending'

Sort order: recency (newest first) or trending (deterministic newest-first alias until engagement ranking is available)

Example:recency

Sort order: recency (newest first) or trending (deterministic newest-first alias until engagement ranking is available)

limitinteger

Results per page (max 50)

Example:20

Results per page (max 50)

offsetinteger

Pagination offset

Pagination offset

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://example.com/schemas/DataResponseNewsArticleItem.json"
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.