Skip to main content
POST

Overview

Returns a mock enhanced credit report that simulates combining on-chain data with off-chain metrics. Use this to test your integration with the enhanced report endpoint.
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)

Request Body

string
required
Source name for the additional data (e.g., “Coinbase Account”)
number
Simulated off-chain asset value in USD
number
Simulated off-chain collateral value in USD
integer
Simulated off-chain transaction count

Response

The response includes mock on-chain data plus the additional off-chain data merged into the summary.
object
Combined summary metrics (mock on-chain + provided off-chain)
object
The off-chain data source information you provided

Performance

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