Skip to main content
GET

Overview

Returns a lightweight summary of key credit metrics across all supported blockchain networks, without the detailed per-chain breakdowns included in the full report. This endpoint is optimized for speed and is ideal for dashboards and quick assessments.
This endpoint returns aggregated statistics only, making it significantly faster than the full report while still providing essential financial health indicators.

Path Parameters

string
required
Ethereum address or ENS name (e.g., vitalik.eth or 0x742d35Cc6634C0532925a3b844Bc454e4438f44e)

Response

string
The resolved Ethereum address (checksummed)
string
ISO 8601 timestamp when the report was generated
object
First transaction details (timestamp, block_number, chain_id)
object
Most recent transaction details
object
Aggregated credit metrics
number
Total portfolio value in USD
number
Total collateral deposited in lending protocols
number
Total debt across all DeFi protocols
integer
Total transaction count across all chains
integer
Total token transfer count
integer
Number of unique token holdings
integer
Number of collateral positions
integer
Number of active loan positions
integer
Historical liquidation count
integer
Historical default count
integer
Successful loan repayment count
integer
Number of identity attestations

Summary vs Full Report

Use Cases

  • Dashboard Summary Cards: Quick overview of wallet health
  • Mobile Applications: Faster load times with smaller payloads
  • High-Volume Screening: Efficiently evaluate many addresses
  • Portfolio Overviews: Quick net worth and activity snapshots
  • Risk Pre-screening: Fast initial creditworthiness check

Performance

  • Response Time: 1-3 seconds (significantly faster than full report)
  • Caching: Results cached for 5 minutes per address