Sandbox
Mock Chain Report
Get a mock single-chain credit report for testing
GET
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 credit report for a specific blockchain network. Use this to test chain-specific integrations.Path Parameters
Any Ethereum address (e.g.,
0x742d35Cc6634C0532925a3b844Bc9e7595f0Ab17)The chain ID (e.g.,
1 for Ethereum, 8453 for Base)Supported Chain IDs
| Network | Chain ID |
|---|---|
| Ethereum | 1 |
| Optimism | 10 |
| BNB Chain | 56 |
| Polygon | 137 |
| Base | 8453 |
| Celo | 42220 |
| Arbitrum | 42161 |
| Avalanche | 43114 |
| Scroll | 534352 |
| Linea | 59144 |
Response
Array containing single chain mock data with balances
Mock summary metrics for this chain only
Related Endpoints
| Endpoint | Description |
|---|---|
/sandbox/report/address/{address}/chain/{chain_id}/summary | Chain summary without balances |
/sandbox/report/address/{address}/chain/{chain_id}/total/usd | Chain portfolio value only |
Performance
- Response Time: Instant (no blockchain queries)
- Quota: Does not count against your API quota