Project

Project Pulse [Deprecated]

[DEPRECATED] Use GET /v1/project/ai-news instead. This endpoint will continue to work but will not receive new features.


AI-generated news and signal analysis for a project. Each item includes title, summary, TL;DR, signal type, and source URLs.

Signal types returned: price_analysis, funding. Social/X-derived items (mindshare, twitter, ai_twitter, items with tweet payloads or X/Twitter source URLs) are filtered out and never returned.

Lookup: by UUID (id) or name (q). Filter by lang (en/zh/ja/kr). Returns 404 if not found.

get/gateway/v1/project/pulse

Query parameters

idstring

Surf project UUID. PREFERRED — always use this when available from a previous response (e.g. project_id from /fund/portfolio or id from /search/project). Takes priority over q.

Example:25c6612a-395c-4974-94eb-3b5f9f4b2ed7

Surf project UUID. PREFERRED — always use this when available from a previous response (e.g. project_id from /fund/portfolio or id from /search/project). Takes priority over q.

qstring

Fuzzy entity name search. Only use when 'id' is not available. May return unexpected results for ambiguous names.

Example:ethereum

Fuzzy entity name search. Only use when 'id' is not available. May return unexpected results for ambiguous names.

limitinteger

Results per page

Example:20

Results per page

offsetinteger

Pagination offset

Pagination offset

lang'en' | 'zh' | 'ja' | 'kr'

Language for AI-generated content

Example:en

Language for AI-generated content

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://example.com/schemas/DataResponseProjectPulseItem.json"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.