Skip to main content
GET
News Feed
Filterable by coin, fund, tag, and date range.
hasMainText indicates whether a full article body is available via the news detail endpoint — fetch it there. Check it before spending a credit on the detail call.

Authorizations

X-Api-Key
string
header
required

Query Parameters

cursor
string

Opaque pagination cursor returned by the previous response as meta.nextCursor. Pass it back unchanged to fetch the next page.

language
enum<string>

Filter by article language. Omit to return all languages.

Available options:
en,
ru,
es,
zh,
tr,
vi,
pt,
ko
currencyId
number

Filter by mentioned currency id — only articles that reference it.

Example:

1

fundId
number

Filter by mentioned fund id — only articles that reference it.

Example:

12

tagId
number

Filter by tag id — only articles tagged with it.

Example:

5

from
string

Return articles published on or after this moment (ISO 8601 or Unix timestamp in seconds/milliseconds).

to
string

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

data
object[]
required
meta
object
required
status
object
required