AIXBT Docs

List Clusters

Returns all clusters (tracked communities and information sources) with id, name, and description. Use cluster IDs with the clusterIds parameter on the /signals endpoint to filter signals by source.

GET
/v2/clusters

Authorization

ApiKeyAuth
x-api-key<token>

API key to authorize requests

In: header

Response Body

application/json

curl -X GET "https://api.aixbt.tech/v2/clusters"
{
  "status": 200,
  "data": [
    {
      "id": "string",
      "name": "string",
      "description": "string"
    }
  ]
}
Empty