---
title: "Get latest crypto news for market analysis"
method: GET
path: "/agentFriendly/news_top"
tags: ["AgentFriendly"]
---

# Get latest crypto news for market analysis

`GET /agentFriendly/news_top`

Returns the top 10 most recent crypto news headlines from major sources. Perfect for sentiment analysis and market context in AI conversations.

## Query parameters

- `limit` integer

## Response `200`

Top crypto news headlines

- object
  - `timestamp` integer
  - `data` string[]

## Other responses

- `402` — Payment Required
- `500` — Internal server error

---

[API](https://skmtc.dev/coincap/apis/coincap-api.md) · [All operations](https://skmtc.dev/coincap/apis/coincap-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coincap/coincap-api/revisions/e3d3739c2c03/schema)
