Report
Aggregated Credit Report
Get an aggregated credit report for multiple Ethereum addresses
GET
Documentation Index
Fetch the complete documentation index at: https://docs.credprotocol.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Generates a single aggregated credit report combining metrics from multiple Ethereum addresses. All numeric values are summed, attestations are merged, and transaction timestamps span the earliest to most recent across all wallets.This endpoint is ideal for assessing the combined creditworthiness of multi-signature wallets, joint accounts, or organizational treasuries.
Query Parameters
Comma-separated list of Ethereum addresses or ENS names (e.g.,
address=0x123...,0x456...,vitalik.eth)Response
Array of all successfully analyzed addresses
ISO 8601 timestamp when the report was generated
Earliest transaction across all addresses
Most recent transaction across all addresses
Aggregated summary metrics (summed across all addresses)
Combined total assets in USD
Combined total collateral in USD
Combined total debt in USD
Total transaction count across all addresses
Count of unique attestations across all addresses
Merged list of unique identity attestations
Aggregation Method
| Metric Type | Aggregation |
|---|---|
| USD Values | Summed |
| Counts | Summed |
| Attestations | Merged (deduplicated) |
| First Transaction | Earliest timestamp |
| Last Transaction | Latest timestamp |
Use Cases
- Multi-signature Wallets: Complete financial picture of all signers
- Organization Assessment: Combined view of treasury wallets
- Joint Account Analysis: Aggregate credit for shared holdings
- Family Portfolios: Combined net worth and credit metrics
Performance
- Response Time: Typically 5-15 seconds (varies with address count)
- Caching: Individual address reports are cached for 5 minutes
- Parallelization: Reports are generated in parallel for optimal performance