Skip to main content
GET
Get news feed
x402 Support: Supported. See the x402 guide.

Authorizations

X-Messari-API-Key
string
header
required

Query Parameters

publishedBefore
string
default:2025-11-06T23:59:59Z

Time range end in RFC3339 format (e.g., '2025-11-06T23:59:59Z'). Also accepts timestamp in milliseconds UTC. If publishedBefore is provided, publishedAfter must be greater.

Example:

"2025-11-06T23:59:59Z"

publishedAfter
string
default:2025-11-05T00:00:00Z

Time range start in RFC3339 format (e.g., '2025-11-05T00:00:00Z'). Also accepts timestamp in milliseconds UTC.

Example:

"2025-11-05T00:00:00Z"

sourceTypes
enum<string>[]

List of source types to filter by. If provided, the results will be filtered by these source types: Blog,Forum,News

Available options:
Blog,
Forum,
News
Example:
sourceIds
string[]

List of source IDs to filter by. If provided, the results will be filtered by these source IDs.

Example:
assetIds
string[]

List of asset identifiers to filter by - accepts slugs (e.g., 'bitcoin', 'ethereum') or UUIDs. If provided, the results will be filtered by these asset identifiers.

Example:
sort
enum<integer>

Sort by publish time in ascending or descending order. 2 DESC by default.

Available options:
1,
2
limit
integer<int64>
default:10

Number of results per page

page
integer<int64>
default:0

Page number

Response

Default response

data
object[]
required
error
string
metadata
object