Report
Aggregated Credit Report
Get an aggregated credit report for multiple Ethereum addresses
GET
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
string
required
Comma-separated list of Ethereum addresses or ENS names (e.g.,
address=0x123...,0x456...,vitalik.eth)Response
array
Array of all successfully analyzed addresses
string
ISO 8601 timestamp when the report was generated
object
Earliest transaction across all addresses
object
Most recent transaction across all addresses
object
Aggregated summary metrics (summed across all addresses)
number
Combined total assets in USD
number
Combined total collateral in USD
number
Combined total debt in USD
integer
Total transaction count across all addresses
integer
Count of unique attestations across all addresses
array
Merged list of unique identity attestations
Aggregation Method
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