Skip to main content
GET

Overview

Returns a deterministic mock credit report for testing your integration. The report contains realistic mock data structure identical to production responses.
⚠️ SANDBOX: This endpoint returns mock data for testing only. Do not use for production decisions.

Path Parameters

string
required
Any Ethereum address (e.g., 0x742d35Cc6634C0532925a3b844Bc9e7595f0Ab17)

Response

The response format is identical to the production /api/v2/report/address/{address} endpoint.
string
The input Ethereum address
object
Mock credit score summary
object
Mock asset holdings
object
Mock DeFi positions
object
Mock transaction activity
boolean
Always true for sandbox responses

Performance

  • Response Time: Instant (no blockchain queries)
  • Caching: Mock data is deterministic, no caching needed
  • Rate Limits: Standard rate limits apply
  • Quota: Does not count against your API quota