← Back to directory

Convert and interpret credit scores between different scoring systems. Maps FICO...

https://api.strale.io/x402/v2/credit-score-band

Overview

Convert and interpret credit scores between different scoring systems. Maps FICO, VantageScore, Experian, Equifax scores to universal risk bands with percentile estimates.

Protocol x402
Price $0.02
Payment Asset USD Coin
Payment Network eip155:8453
Category uncategorized
Provider strale
Source bazaar
Indexed 2026-08-27 16:12:43

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "discoverable": true, "method": "GET", "queryParams": { "score": { "description": "Credit score value", "required": true, "type": "number" }, "system": { "description": "Scoring system: fico, vantagescore, experian, equifax (default: fico)", "type": "string" } }, "type": "http" }

Output Schema

{ "band": { "type": "string" }, "next_band_threshold": { "type": "integer" }, "percentile_estimate": { "type": "string" }, "score": { "type": "number" }, "system": { "type": "string" }, "system_name": { "type": "string" }, "universal_risk_level": { "type": "string" } }