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 |
classification | Score classification (Low, Fair, Good, Very Good, Excellent) |
model | Scoring model used (currently “andromeda”) |
cached | Whether the response was served from cache |
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.