Skip to main content
GET
/
news
Get the list of cryptocurrency news articles with pagination.
curl --request GET \
  --url https://openapiv1.coinstats.app/news \
  --header 'X-API-KEY: <api-key>'
{
  "result": [
    {
      "id": "376f390df50a1d44cb5593c9bff6faafabed18ee90e0d4d737d3b6d3eea50c80",
      "searchKeyWords": [
        "xrp",
        "XRP"
      ],
      "feedDate": 1756204736000,
      "source": "CoinGape",
      "title": "Why is XRP Price Down Even After the Ripple Lawsuit End?",
      "isFeatured": false,
      "description": "coingape.com.",
      "link": "https://coingape.com/trending/why-is-xrp-price-down-even-after-the-ripple-lawsuit-end/?utm_medium=referral&utm_source=coinstats",
      "sourceLink": "https://coingape.com/",
      "imgUrl": "https://coingape.com/wp-content/uploads/2025/08/Why-is-XRP-Price-Down.webp",
      "reactionsCount": {
        "2": 13,
        "3": 18
      },
      "reactions": [],
      "shareURL": "https://coinstats.app/news/376f390df50a1d44cb5593c9bff6faafabed18ee90e0d4d737d3b6d3eea50c80_Why-is-XRP-Price-Down-Even-After-the-Ripple-Lawsuit-End",
      "relatedCoins": [
        "ripple",
        "0xb9ce0dd29c91e02d4620f57a66700fc5e41d6d15_cronos"
      ],
      "content": true,
      "bigImg": false,
      "coins": [
        {
          "coinKeyWords": "XRP",
          "coinPercent": -5.11,
          "coinTitleKeyWords": "XRP",
          "coinNameKeyWords": "XRP",
          "coinIdKeyWords": "ripple"
        },
        {
          "coinKeyWords": "XRP",
          "coinPercent": -4.67,
          "coinTitleKeyWords": "XRP",
          "coinNameKeyWords": "XRP",
          "coinIdKeyWords": "0xb9ce0dd29c91e02d4620f57a66700fc5e41d6d15_cronos"
        }
      ]
    }
  ]
}
5 credits per request

Authorizations

X-API-KEY
string
header
required

API key needed to access the endpoints. Example: 'demo-api-key'

Query Parameters

page
number

Page number to retrieve for news (1-based indexing)

Example:

1

limit
number

Number of news items to return per page

Example:

20

from
string<date-time>

Please include the date in ISO 8601 format

Example:

"2025-10-01T10:37:00.090Z"

to
string<date-time>

Please include the date in ISO 8601 format

Example:

"2025-10-02T12:37:00.090Z"

Response

Get news list

result
object[]
required

Array of news feed items

I