blockint.ai C3 Fraud Report Screen (Legacy Alias) is a paid API for AI agents from blockint.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).
Screens a blockchain address for fraud reports and risk score using the C3 community database, returning a caution or clean verdict; legacy alias for /api/v1/screen/:address.
Screen a blockchain address for fraud reports and risk score. Legacy alias — prefer GET /api/v1/screen/:address for new integrations.
Returns a verdict of 'caution' if the address has community fraud reports or is OFAC-sanctioned, or 'clean' if no issues are found, along with a risk score and any associated fraud report metadata from the C3 database.
GEThttps://blockint.ai/api/v1/c3-reports/check/:addressUse this endpoint when you need a quick fraud and sanctions check on a specific blockchain address and are working with existing integrations that reference the legacy c3-reports path. For new integrations, prefer GET /api/v1/screen/:address. Best suited for pre-transaction due diligence, compliance workflows, or scam detection pipelines.
{
"address": "0x1234567890123456789012345678901234567890"
}{
"result": "caution",
"crimeTypes": [
"fraud"
],
"reportCount": 1,
"_attribution": "blockINT.ai by Block6IQ — https://blockint.ai"
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"