List Clusters
Audience/source archetypes used as an analysis dimension across Topics and Intel.
Authorization
ApiKeyAuth API key. The Authorization header is accepted as an equivalent
carrier. Responses echo the credential class in X-API-Key-Type.
In: header
Query Parameters
"crypto""crypto" | "tradfi"Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v3/clusters"{
"data": [
{
"id": "cl_defi",
"name": "DeFi researchers",
"description": "Protocol analysts and yield researchers.",
"universe": "crypto"
}
],
"meta": {}
}{
"code": "invalid_request",
"message": "minTrend must be numeric",
"details": {
"fields": [
"minTrend"
]
}
}{
"code": "credential_required",
"message": "Provide an API key via the x-api-key header."
}{
"code": "rate_limited",
"message": "Minute limit reached.",
"details": {
"limit": 30,
"window": "minute"
}
}{
"code": "internal_error",
"message": "Unexpected error."
}Get a published Report GET
Full report artifact: body, typed sources, and the publication-time evidence block. Requires the `topic-reports` entitlement. The evidence block quotes market figures with source attribution as part of the published research.
List my alert subscriptions GET
Alert subscriptions owned by the calling credential. One owner may hold at most 50 subscriptions, paused rows included. Lists the API-manageable kinds (`intelligence.material`, `rank.entered`); preset subscriptions managed in product Settings do not appear here.