Skip to main content
GET
Get the list of cryptocurrency news articles with pagination.
5 credits per request

  • page & limit: Control pagination.
  • from / to: Filter by date range (ISO 8601).

Authorizations

X-API-KEY
string
header
required

API key required to access the endpoints. Generate one from your dashboard at https://openapi.coinstats.app and pass it in the X-API-KEY request header. Never expose your key in client-side code.

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:

"2026-07-09T10:14:25.365Z"

to
string<date-time>

Please include the date in ISO 8601 format

Example:

"2026-07-10T12:14:25.365Z"

Response

Get news list

result
object[]
required

Array of news feed items