Crypto News

Obtain ticker and general crypto news

This widget supports multiple actions. For a more comprehensive understanding of its functionality, we recommend reviewing the following documentation carefully.

You need to pass both the action and other input parameters of the chosen action to your module_config

Try it in the Widget Center

Click this url to try this widget and copy the Pro Config template.

Usage

Crypto Ticker News

action crypto_ticker_news

Use this endpoint to obtain news for one ticker/symbol. If you want to retrieve news for multiple tickers/symbols, separate them with a comma.

Input Parameters

Name
Type
Description
Default
Required

action

string

The action to perform

crypto_tickers_news

tickers

string

The ticker symbol of the cryptocurrency to get news for. If you want to retrieve news for multiple tickers/symbols separate them with a comma

BTC

items

integer

The number of news items to return

3

Output Parameters

Name
Type
Description
File Type

data

array

The data returned by the Crypto News

Output Example

General Crypto News

action general_cypto_news

Input Parameters

Name
Type
Description
Default
Required

action

string

The action to perform

general_crypto_news

items

integer

The number of news items to return

3

Output Parameters

Name
Type
Description
File Type

data

array

The data returned by the Crypto News

Output Example

Top mentioned Tickers

action top_mentionaed_tickers

Retrieve the top 50 most mentioned tickers. Use the &date= parameter to specify your desired date range.

Input Parameters

Name
Type
Description
Default
Required

action

string

The action to perform

top_mentionaed_tickers

date

string

The date to get news for. Please use the following format: MMDDYYYY. You can also use: last5min, last10min, last15min, last30min, last45min, last60min, today, yesterday, last7days, last30days, last60days, last90days, yeartodate.

last7days

Output Parameters

Name
Type
Description
File Type

data

array

The data returned by the Crypto News

Output Example

Sentiment Analysis

action sentiment_analysis

Retrieve the daily sentiment of Tickers and General Crypto News. Use the &date= Parameter to specify your desired date range.

Input Parameters

Name
Type
Description
Default
Required

action

string

The action to perform

sentiment_analysis

tickers

string

The ticker symbol of the cryptocurrency to get news for. If you want to retrieve news for multiple tickers/symbols separate them with a comma

BTC

date

string

The date to get news for. Please use the following format: MMDDYYYY. You can also use: last5min, last10min, last15min, last30min, last45min, last60min, today, yesterday, last7days, last30days, last60days, last90days, yeartodate.

last7days

Output Parameters

Name
Type
Description
File Type

data

array

The data returned by the Crypto News

Output Example

Events

action events

Retrieve the latest news events and eventIDs. Events are important headlines that are receiving a significant amount of news coverage.

Input Parameters

Name
Type
Description
Default
Required

action

string

The action to perform

events

tickers

string

The ticker symbol of the cryptocurrency to get news for. If you want to retrieve news for multiple tickers/symbols separate them with a comma

BTC

search

string

The search term to filter news by

Output Parameters

Name
Type
Description
File Type

data

array

The data returned by the Crypto News

Output Example

action trending_headlines

Input Parameters

Name
Type
Description
Default
Required

action

string

The action to perform

trending_headlines

tickers

string

The ticker symbol of the cryptocurrency to get news for. If you want to retrieve news for multiple tickers/symbols separate them with a comma

BTC

items

integer

The number of news items to return

3

date

string

The date to get news for. Please use the following format: MMDDYYYY. You can also use: last5min, last10min, last15min, last30min, last45min, last60min, today, yesterday, last7days, last30days, last60days, last90days, yeartodate.

last7days

search

string

The search term to filter news by

Output Parameters

Name
Type
Description
File Type

data

array

The data returned by the Crypto News

Output Example

Sundown Digest

action sundown_digest

Sundown Digest is an engaging evening article that encapsulates the crucial news and events of the day, presented in a digestible format. Available Mon-Fri at 7pm Eastern Time.

Input Parameters

Name
Type
Description
Default
Required

action

string

The action to perform

sundown_digest

items

integer

The number of news items to return

3

Output Parameters

Name
Type
Description
File Type

data

array

The data returned by the Crypto News

Output Example

Last updated