v1

latestOpenAPI 3.0.02026-07-26100118773.0 KB
news/News

Get news feed

Gets the news feed for the user

get/news/v1/news/feed

Query parameters

publishedBeforestring
Example:2025-11-06T23:59:59Z

Time range end in RFC3339 format (e.g., '2025-11-06T23:59:59Z'). Also accepts timestamp in milliseconds UTC. If publishedBefore is provided, publishedAfter must be greater.

publishedAfterstring
Example:2025-11-05T00:00:00Z

Time range start in RFC3339 format (e.g., '2025-11-05T00:00:00Z'). Also accepts timestamp in milliseconds UTC.

sourceTypesstring[]

List of source types to filter by. If provided, the results will be filtered by these source types: Blog,Forum,News

[
  "News"
]
sourceIdsstring[]

List of source IDs to filter by. If provided, the results will be filtered by these source IDs.

[
  "67852f4b-e8a8-4468-80c0-dd0319db014c"
]
assetIdsstring[]

List of asset identifiers to filter by - accepts slugs (e.g., 'bitcoin', 'ethereum') or UUIDs. If provided, the results will be filtered by these asset identifiers.

[
  "bitcoin",
  "ethereum"
]
sort1 | 2

Sort by publish time in ascending or descending order. 2 DESC by default.

limitinteger

Number of results per page

pageinteger

Page number

Response

Default response

errorstring