Sandbox
Mock Enhanced Score
Get a mock enhanced credit score with off-chain data for testing
POST
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 enhanced credit score that simulates the boost calculation from off-chain assets. Use this to test your integration with the enhanced score endpoint.Path Parameters
Any Ethereum address (e.g.,
0x742d35Cc6634C0532925a3b844Bc9e7595f0Ab17)Request Body
Simulated off-chain asset value in USD. Higher values result in a larger mock boost.
Response
The response format is identical to the production POST/api/v2/score/address/{address} endpoint.
The input Ethereum address
Mock enhanced credit score between 300 and 1000
Score decile from 1 to 10
Score range:
low, fair, good, very_good, or excellentMock Boost Calculation
The sandbox simulates the boost calculation:- Boost factor = min(total_asset_usd / 100000, 1.0)
- Maximum boost at $100,000 in off-chain assets
- Boost increases the base mock score proportionally
Performance
- Response Time: Instant (no blockchain queries)
- Quota: Does not count against your API quota