---
title: "List news feeds"
method: GET
path: "/market_data/news/feeds"
tags: ["Market Data"]
---

# List news feeds

`GET /market_data/news/feeds`

Retrieves a list of available market data feeds, which can be used to query articles.

## Headers

- `X-SCX-SIGNED` string, required
- `X-SCX-TIMESTAMP` string, required

## Response `200`

Successfully retrieved list of available news feeds.

- GetNewsFeed[] — List of available news feeds.
  - `key` string — Name of news feed
  - `newsSource` string — Source of news feed
  - `img` string — The image URL for the market data
  - `language` string — Language of the article, English (EN) or Portuguese (PT)

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/zerohash/apis/zerohash-api.md) · [All operations](https://skmtc.net/zerohash/apis/zerohash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zerohash/zerohash-api/revisions/8b647d934363/schema)
