Crypto News
newsdata_cryptoFetch cryptocurrency news articles with filters for coin, keywords, sentiment, and timeframe to get token-specific coverage from the past 48 hours.
Instructions
Fetch cryptocurrency-specific news articles.
Dedicated endpoint for crypto/blockchain news with coin-specific filtering. Returns articles tagged with cryptocurrency topics from the past 48 hours.
Args:
q: Search keywords (e.g., 'bitcoin', 'ethereum defi')
coin: Filter by specific coin (e.g., 'BTC,ETH,SOL')
country, language, category: Standard filters
sentiment: Filter by sentiment
timeframe: Lookback in hours (1-48) or minutes
size: Results per page
page: Pagination token
Examples:
Bitcoin news: q="bitcoin" or coin="BTC"
DeFi news in English: q="defi", language="en"
Negative crypto sentiment: sentiment="negative"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search keywords. Use AND/OR/NOT operators. Example: 'bitcoin AND ethereum' | |
| tag | No | Filter by AI-detected tags | |
| coin | No | Comma-separated coin symbols. Example: 'BTC,ETH,SOL,DOGE' | |
| page | No | Pagination token from previous response's nextPage value | |
| size | No | Number of articles per request (free: max 10, paid: max 50) | |
| image | No | Filter articles with (1) or without (0) images | |
| video | No | Filter articles with (1) or without (0) videos | |
| domain | No | Comma-separated source domains. Example: 'bbc.co.uk,cnn.com' | |
| country | No | Comma-separated country codes. Example: 'us,gb,ca' | |
| qInMeta | No | Search keywords in title, URL, and meta description | |
| category | No | Comma-separated categories: business, crime, domestic, education, entertainment, environment, food, health, lifestyle, other, politics, science, sports, technology, top, tourism, world | |
| language | No | Comma-separated language codes. Example: 'en,es,fr' | |
| qInTitle | No | Search keywords in article titles only | |
| timezone | No | Timezone for results. Example: 'America/New_York' | |
| domainurl | No | Comma-separated full domain URLs | |
| sentiment | No | Filter by article sentiment | |
| timeframe | No | Lookback period: hours (1-48) or minutes (e.g., '120m') | |
| excludedomain | No | Comma-separated domains to exclude | |
| prioritydomain | No | Filter by domain priority: top (top 10%), medium (top 30%), low (top 50%) | |
| removeduplicate | No | Set to '1' to remove duplicate articles |