Eagle Eye v1.0.0 — U.S
Eagle Eye v1.0.0 — U.S. enterprise-grade wallet compliance screening. OFAC SDN + Circle USDC blacklist on Base. Signed audit receipts. Certified single-address check.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
685 msmedian answer time
$0.005listed price per call
$0.005price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://eagle.quickai.build/check
| Category | Code and developer |
|---|---|
| Provider host | eagle.quickai.build |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 10 from 8 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.005 | 685 ms |
Example input (from the provider)
{
"body": {
"address": "0x0330070FD38Ec3bB94F58FA55D40368271E9e54A"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"address": {
"description": "EVM destination address to screen",
"pattern": "^0x[a-fA-F0-9]{40}$",
"type": "string"
}
},
"required": [
"address"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"address": {
"type": "string"
},
"audit_signature": {
"type": "string"
},
"audit_timestamp": {
"type": "string"
},
"is_blacklisted": {
"type": "boolean"
},
"is_sanctioned": {
"type": "boolean"
},
"memo": {
"type": "string"
},
"profile": {
"properties": {
"active": {
"type": "boolean"
},
"age_days": {
"type": [
"number",
"null"
]
},
"first_seen_block": {
"type": [
"integer",
"null"
]
},
"tx_count": {
"type": "integer"
}
},
"type": "object"
},
"reasons": {
"items": {
"type": "string"
},
"type": "array"
},
"risk_score": {
"type": "integer"
},
"signer_address": {
"type": "string"
},
"snapshot_timestamp": {
"type": "string"
},
"verdict": {
"enum": [
"PASS",
"FAIL"
],
"type": "string"
}
},
"required": [
"address",
"verdict",
"is_sanctioned",
"is_blacklisted",
"risk_score",
"reasons",
"memo",
"audit_timestamp",
"snapshot_timestamp",
"audit_signature",
"signer_address"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}