Sandbox
Mock Aggregated Score
Get a mock aggregated credit score for multiple 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
Returns a mock aggregated credit score combining multiple addresses into a single score. Use this to test multi-wallet scoring scenarios like multi-signature wallets or joint accounts.Query Parameters
Comma-separated list of Ethereum addresses (e.g.,
address=0x123...,0x456...,0x789...)Response
Array of validated Ethereum addresses
Mock aggregated credit score (mean of individual mock scores)
Aggregated score decile from 1 to 10
Score range:
low, fair, good, very_good, or excellentAlways returns
andromeda_1.0Mock Aggregation
The sandbox calculates the aggregated score as:- Generate deterministic mock score for each address
- Calculate the mean of all individual scores
- Derive decile and range from the aggregated score
Performance
- Response Time: Instant (no blockchain queries)
- Quota: Does not count against your API quota