curl -X GET "https://api.credprotocol.com/api/v2/score/batch/?address=vitalik.eth,0x742d35Cc6634C0532925a3b844Bc9e7595f0Ab17" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "scores": [ { "address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045", "score": 847, "decile": 7, "range": "very_good", "model_version": "andromeda_1.0", "timestamp": "2024-01-15T10:30:00Z" }, { "address": "0x742d35Cc6634C0532925a3b844Bc9e7595f0Ab17", "score": 765, "decile": 5, "range": "good", "model_version": "andromeda_1.0", "timestamp": "2024-01-15T10:30:00Z" } ], "count": 2 }
Get individual credit scores for multiple Ethereum addresses in a single request
address=0x123...,0x456...,vitalik.eth
low
fair
good
very_good
excellent
andromeda_1.0