API playground

Try the v1 API in your browser.

Paste any EVM wallet address, see the cached CredScore verdict, and copy the exact curl, Node.js, or Python snippet to reproduce the call against the authenticated v1 endpoint.

Mint a key →Full API reference
Request
Wallet address
Try
Response
Click Run to see a real response.
Authenticated request
curl -H "Authorization: Bearer cs_live_YOUR_KEY" \
  "https://www.credscore.us/api/v1/analyze?wallet=0xf3701f445b6bdafedbca97d1e477357839e4120d"
Set CREDSCORE_API_KEY (or replace cs_live_YOUR_KEY) with the key you mint at /account/api-keys. Rate limit is 60 requests per key per minute.
What’s in a response?
score (0–100, higher = riskier), tier (high / medium / low / unknown), posture (proceed / review / escalate), engineVersion, verdictUrl deep-link, and analyzedAt timestamp.
About this playground
The Run button hits our public embed endpoint (/api/embed/score) so anyone can try the shape of a CredScore response without signing in. The Authenticated request panel below shows the corresponding call against the rate-limited v1 endpoint — same JSON shape, plus engineVersion and audit fields, gated by an API key. Mint your key at /account/api-keys, then swap the placeholder key in the snippets below for your real one.