---
title: "Get Latest Cryptocurrency News"
description: "Guide on retrieving latest news related to cryptocurrencies using our API"
source: https://apitube.io/cookbook/get-latest-cryptocurrency-news
---

#### Input parameters

| Parameter     | Description                                      | Type    | Default | Required |
|:--------------|:-------------------------------------------------|:--------|:--------|:---------|
| per_page         | The number of articles to return                 | integer | 20      | No       |
| api_key       | Your API key                                     | string  |         | No       |
| title         | Search query for cryptocurrency news             | string  |         | Yes      |

#### Workflow examples

##### Request to get news articles related to cryptocurrency:

```shell
curl -X GET "https://api.apitube.io/v1/news/everything?title=cryptocurrency&api_key=YOUR_API_KEY"
```

---

#### Related Examples

- [Get news about a specific topic](/cookbook/get-latest-news-articles-about-crypto)
- [Get news covering multiple topics](/cookbook/get-news-articles-covering-topics)
- [Get latest news about $TRUMP meme coin](/cookbook/get-latest-news-about-trump-meme-coin)
- [Get latest news about DeepSeek AI](/cookbook/get-latest-news-about-deepseek-ai)
- [Get news about blockchain and crypto](/cookbook/get-news-articles-covering-topics)

