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

# List news articles

`GET /market_data/news/latest`

Retrieves a list of market news articles filtered using given parameters.

## Query parameters

- `news_source` 'coindesk' | 'coindesk_es' | 'bitcoinmagazine' | 'coingape' | 'blockworks' | 'dailyhodl' | 'cryptoslate' | 'decrypt' | 'cryptopotato' | 'cryptobriefing' | 'theblock' | 'bitcoin.com' | 'newsbtc' | 'utoday' | 'bitcoinist' | 'coinpedia' | 'crypto_watch_com_br' | 'coinrepublic' | 'chaintimes' | 'ambcrypto_es' | 'cryptonewsreview' | 'ccn' | 'financemagnates' | 'espaciobit' | 'cointelegraph_fr' | 'ethnews.com' | 'cryptovest' | 'cryptoinsider' | 'coinspeaker' | 'coinjoker' | 'cointelligence' | 'okexinsights' | 'cryptocoremedia' | 'bitcoinerx' | 'criptonoticias' | 'weisscrypto' | 'cryptonaute' | 'coinpaprika' | 'cointurken' | 'coinpaper' | 'bloomberg_crypto_' | 'thecryptobasic' | 'coinotag' | 'cryptointelligence' | 'bitcoincore' | 'diariobitcoin' | 'bitcoinworld' | 'blokt' | 'ambcrypto' | 'cointelegraph_es' | 'cointelegraph' | 'financialtimes_crypto_' | 'seekingalpha' | 'bitdegree' | 'trustnodes' | 'timestabloid' | 'krakenblog' | 'investing_comcryptoopinionandanalysis' | 'forbes' | 'finbold' | 'bitzo' | 'cryptoast' | 'bitfinexblog' | 'ethereumfoundation' | 'invezz' | 'investing_comcryptonews' | 'huobi' | 'cryptonewsz' | 'zerohash' | 'coinquora' | 'coinacademy' | 'cryptonews' | 'cryptocoinnews' | 'journalducoin' | 'cryptodaily' | 'chainwire' | 'coinotag' | 'themerkle' | 'cointurk' | 'zycrypto' | 'cryptopolitan' | 'bitcoinsistemi' | 'cardanoofficialblog' | 'btcpulse' | 'thecoinrise' | 'cryptoknowmics' | 'crypto_news' | 'tipranks' | 'beincrypto' | 'thedefiant' | 'thenewscrypto' | 'ccdata' | 'cryptoglobe' | 'nft_news' | 'coincu' | 'cryptonewsfr' | 'coinnounce' | 'livebitcoinnews' | 'timesnext' | 'ethereumworldnews' | 'vauld_insights' | 'cryptonomist' | 'chaindd' | 'dailycoin' | '99bitcoins' | 'yahoofinance'
- `categories` 'TIA' | 'APT' | 'RON' | 'ALGO' | 'LINK' | 'MATIC' | 'DOT' | 'EGLD' | 'ZRX' | 'LTC' | 'BTC' | 'DOGE' | 'SOL' | 'MKR' | 'AAVE' | 'XRP' | 'SUI' | 'BCH' | 'XLM' | 'ETH' | 'NEAR' | 'ETC' | 'TON' | 'SHIB' | 'USDC' | 'BNB' | 'GRT' | 'DAI' | 'SEI' | 'TRX' | 'KNC' | 'ATOM' | 'FIL' | 'ADA' | 'XTZ' | 'COMP' | 'LUNA' | 'AVAX' | 'SAND' | 'UNI' | 'HBAR' | 'USDT'
- `exclude_categories` 'TIA' | 'APT' | 'RON' | 'ALGO' | 'LINK' | 'MATIC' | 'DOT' | 'EGLD' | 'ZRX' | 'LTC' | 'BTC' | 'DOGE' | 'SOL' | 'MKR' | 'AAVE' | 'XRP' | 'SUI' | 'BCH' | 'XLM' | 'ETH' | 'NEAR' | 'ETC' | 'TON' | 'SHIB' | 'USDC' | 'BNB' | 'GRT' | 'DAI' | 'SEI' | 'TRX' | 'KNC' | 'ATOM' | 'FIL' | 'ADA' | 'XTZ' | 'COMP' | 'LUNA' | 'AVAX' | 'SAND' | 'UNI' | 'HBAR' | 'USDT'
- `lookback` string
- `language` 'EN' | 'PT' | 'ES' | 'FR' | 'JP' | 'TR'
- `sort_by` 'popular' | 'latest'

## Headers

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

## Response `200`

Successfully retrieved list of market news articles.

- GetLatestNewsArticle[] — List of market news articles.
  - `published_on` object — Timestamp when the article was published
    - `seconds` number
    - `nanos` number
  - `image_url` string — The image URL for the market data
  - `title` string — Article title
  - `url` string — Link to news article
  - `body` string — Text of the article
  - `tagsList` unknown[] — Associated tags
    - unknown
  - `language` string — English (EN) or Portuguese (PT)
  - `up_votes` number — Number of upvotes for article
  - `down_votes` number — Number of downvotes for article
  - `categoriesList` unknown[] — Associated categories with the article
    - unknown
  - `sourceInfo` object — Information about the source of the article
  - `source` string — Source of the article

## 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)
