# Get all intelligence about an address across chains Returns multi-chain intelligence for the provided address. Endpoint: GET /intelligence/address/{address}/all Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `address` (string, required) The address to lookup. ## Query parameters: - `tags` (string) If "true", include extra enrichment (e.g. tags). ## Response 400 fields (application/json): - `error` (string) Example: "Bad request" ## Response 401 fields (application/json): - `error` (string) Example: "API key missing or invalid"