News

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Quick Usage Guide

Default Behavior

Pinging the API with no parameters will hit our Firehose endpoint, returning the latest available data.

Filtering by Time Frame

To filter news from specific time frames, use the datetime_start and datetime_end parameters in ISO 8601 format:

Format: YYYY-MM-DDTHH:MM:SSZ

Example:

  • datetime_start=2024-01-15T00:00:00Z
  • datetime_end=2024-01-15T23:59:59Z

Note: Times are in UTC (indicated by the Z suffix).

Filtering by Sources, Tags, and Collections

Use our News Reference Data endpoint to get the complete list of available Sources, Tags, and Collections.

Example 1: Pull news directly from exchanges about token delistings:

  • collection_uids=source_group_cp2xu (Direct from Exchanges)
  • tag_uids=tag_subgroup_e125h (Events > Delisting)

Example 2: Pull SEC filings for Grayscale Investments:

  • collection_uids=source_group_j5usl (SEC Filings)
  • tag_uids=tag_evq4n (Grayscale Investments)
Query Params
coins
array of strings

Comma-separated list of coin_uids to include

coins
collection_uids
array of strings

Comma-separed list of coin ecosystems to include

collection_uids
date-time

Start datetime for news filtering (ISO 8601 format)

date-time

End datetime for news filtering (ISO 8601 format)

boolean
enum

Defaults to False. Hides low quality news like price analysis or predictions.

Allowed:
boolean
enum

Filter out translated news articles

Allowed:
boolean
enum

Filter for emerging/breaking news

Allowed:
boolean
enum
Allowed:
integer
Defaults to 100

Defaults to 100, number of news items to return

link_hashes
array of strings
source_uids
array of strings

Comma-separated list of news source UIDs to include

source_uids
tag_subgroup_uids
array of strings

Comma-separated list of tag subgroup UIDs to include

tag_subgroup_uids
tag_uids
array of strings

Comma-separated list of tag UIDs to include

tag_uids
integer
Defaults to 1

Page marker for pagination

integer

Previous page marker for pagination

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json