What is the Sandbox?
The Sandbox provides mock API endpoints that return deterministic test data. Use these endpoints to develop and test your integration without consuming your API quota or waiting for real blockchain queries.Sandbox vs Production
Available Sandbox Endpoints
All production endpoints have sandbox equivalents. Simply add/sandbox/ after /api/v2/:
Score Endpoints
Report Endpoints
Deterministic Responses
Sandbox responses are deterministic based on the address provided:- The same address always returns the same mock data
- Different addresses return different (but consistent) mock scores
- This allows you to test various scenarios reliably
When to Use the Sandbox
Development
Build and test your integration without using real API quota
CI/CD Testing
Run automated tests against consistent mock data
Demo Applications
Build demos without depending on real blockchain data
UI Development
Design and test your UI with various score scenarios
Example Workflow
1
Develop with Sandbox
Use sandbox endpoints while building your integration
2
Test Edge Cases
Test different addresses to see various score ranges
3
Switch to Production
Simply remove
/sandbox/ from the URL to use production endpointsTest Addresses
Mock scores are generated deterministically from the address. Here are example addresses for testing specific scenarios:The actual mock score is calculated using the last 8 characters of the address, so any address will produce a consistent, deterministic result.