---
title: "Get Cryptocurrency News"
method: GET
path: "/news/crypto"
tags: ["News"]
---

# Get Cryptocurrency News

`GET /news/crypto`

Fetches recent news articles related to the cryptocurrency market.

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

Successful response with an array of cryptocurrency news articles.

- object[]
  - `title` string
  - `published-date` string, date-time
  - `site` string
  - `text` string
  - `url` string, url
  - `symbol` string

## Other responses

- `400` — Bad Request - Invalid query parameters.
- `404` — Not Found - No cryptocurrency news found.
- `500` — Internal Server Error - Failed to fetch data or other server error.

---

[API](https://skmtc.net/laksmono---company/apis/finbud-api.md) · [All operations](https://skmtc.net/laksmono---company/apis/finbud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laksmono---company/finbud-api/revisions/742d2654c09a/schema)
