Skip to main content
GET

Overview

Returns credit scores for multiple Ethereum addresses in a single API call. This is more efficient than making individual requests when you need to score multiple addresses.
Maximum of 100 addresses per batch request.

Query Parameters

string
required
Comma-separated list of Ethereum addresses or ENS names (e.g., address=0x123...,0x456...,vitalik.eth)

Response

array
Array of score results for each address
string
The resolved Ethereum address (checksummed)
integer
Credit score between 300 and 1000
integer
Score decile from 1 to 10
string
Score range: low, fair, good, very_good, or excellent
string
The scoring model version (currently andromeda_1.0)
string
ISO 8601 timestamp when the score was calculated
integer
Total number of scores returned

Use Cases

  • Portfolio Analysis: Score all addresses in a user’s portfolio
  • Batch Verification: Check creditworthiness of multiple counterparties
  • Risk Assessment: Evaluate a list of addresses for lending decisions

Performance Notes

  • Response Time: Typically 2-5 seconds for 10 addresses, longer for larger batches
  • Caching: Individual address scores are cached for 5 minutes
  • Parallelization: Requests are processed in parallel for optimal performance
Batch requests count as multiple API calls against your quota (one per address).