# Get intelligence about an address on all chains with additional address information Similar to /intelligence/address_enriched/{address}, but aggregates data across every supported chain. By default, includes tags, entity predictions, and cluster IDs. Use query parameters to exclude specific enrichments. Endpoint: GET /intelligence/address_enriched/{address}/all Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `address` (string, required) ## Query parameters: - `includeTags` (boolean) Include populated tag details (default: true). Set to 'false' to exclude. - `includeEntityPredictions` (boolean) Include predicted entity information (default: true). Set to 'false' to exclude. - `includeClusters` (boolean) Include cluster IDs (default: true). Set to 'false' to exclude. ## Response 400 fields (application/json): - `error` (string) Example: "Bad request" ## Response 401 fields (application/json): - `error` (string) Example: "API key missing or invalid" ## Response 404 fields (application/json): - `error` (string) Example: "Not found"