List Clusters
Returns crypto community clusters by default. Pass universe=tradfi to list TradFi account labels.
Use crypto cluster IDs with the clusterIds parameter on the /v2/intel endpoint to filter signals by source.
Query Parameters
Cluster universe to list. Defaults to crypto.
"crypto" | "tradfi"Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v2/clusters"{
"status": 200,
"data": [
{
"id": "string",
"name": "string",
"description": "string",
"universe": "crypto"
}
]
}{
"error": "string",
"message": "string",
"code": "string",
"status": 0,
"data": null,
"meta": {},
"details": {},
"pagination": {
"page": 1,
"limit": 1,
"totalCount": 0,
"hasMore": true
},
"limitType": "minute",
"retryAfterMs": 0,
"limits": {
"minute": {
"limit": 0,
"remaining": 0,
"resetAt": "2019-08-24T14:15:22Z"
},
"day": {
"limit": 0,
"remaining": 0,
"resetAt": "2019-08-24T14:15:22Z"
}
},
"issues": [
{
"path": "string",
"message": "string"
}
]
}{
"error": "string",
"message": "string",
"code": "string",
"status": 0,
"data": null,
"meta": {},
"details": {},
"pagination": {
"page": 1,
"limit": 1,
"totalCount": 0,
"hasMore": true
},
"limitType": "minute",
"retryAfterMs": 0,
"limits": {
"minute": {
"limit": 0,
"remaining": 0,
"resetAt": "2019-08-24T14:15:22Z"
},
"day": {
"limit": 0,
"remaining": 0,
"resetAt": "2019-08-24T14:15:22Z"
}
},
"issues": [
{
"path": "string",
"message": "string"
}
]
}Project Metrics Snapshot GET
Point-in-time snapshot of project market metrics (price, volume, 24h change, derived fields like price-change-7d/14d/30d and ATH change percentage). Without `at`, returns the live metrics subdocument from the project record (sourced from CoinGecko by the metrics sync). With `at`, reads from Timescale `metric_log` (latest row ≤ `at` within a 2-hour lookback) and recomputes derived fields from `at - 7d / 14d / 30d` lookups.
List Intel Categories GET
Returns all active intel categories with id, name, and description. Use category names with the `categories` parameter on the /intel endpoint to filter intel by category.