AIXBT Docs

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.

GET
/v2/clusters

Query Parameters

universe?string

Cluster universe to list. Defaults to crypto.

Value in"crypto" | "tradfi"

Response Body

application/json

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