Prerequisites
Before you begin, you’ll need:- A Cred Protocol account (sign up here)
- An API key from your Dashboard
Get Your API Key
1
Log in to Dashboard
Go to app.credprotocol.com and log in to your account.
2
Navigate to API Keys
Click on API Keys in the sidebar to access your API key management.
3
Create a New Key
Click Create API Key, give it a name, and copy your new API key.
Make Your First Request
Get a Credit Score
Use the following request to get a credit score for an Ethereum address:Example Response
Understanding the Response
| Field | Description |
|---|---|
address | The resolved Ethereum address |
score | Credit score between 300-1000 |
decile | Score decile (1-10) |
range | Score range (low, fair, good, very_good, excellent) |
model_version | Scoring model version (currently “andromeda_1.0”) |
timestamp | When the score was calculated |
Test with Sandbox
Before integrating with production data, use our sandbox endpoints to test your integration:Sandbox endpoints return deterministic mock data and don’t count against your API quota.