Skip to main content
GET

Overview

Returns mock individual credit scores for multiple addresses without aggregation. Use this to test batch scoring scenarios where you need per-wallet scores.
SANDBOX: This endpoint returns mock data for testing only. Do not use for production decisions.

Query Parameters

string
required
Comma-separated list of Ethereum addresses (e.g., address=0x123...,0x456...,0x789...)

Response

array
Array of individual mock score objects
string
The Ethereum address
integer
Mock credit score between 300 and 1000
integer
Score decile from 1 to 10
string
Score range: low, fair, good, very_good, or excellent
integer
Number of scores returned

Comparison: Batch vs Aggregated

Performance

  • Response Time: Instant (no blockchain queries)
  • Quota: Does not count against your API quota