Calculate a composite Anti-Money Laundering (AML) risk score for a person or com...
https://api.strale.io/x402/v2/aml-risk-scoreOverview
Calculate a composite Anti-Money Laundering (AML) risk score for a person or company. Aggregates sanctions screening, PEP status, and jurisdiction risk into a single 0-100 risk score with risk level classification.
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:49
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": {
"adverse_media_match": {
"description": "Whether adverse media was found",
"type": "boolean"
},
"country_code": {
"description": "ISO 2-letter country code",
"required": true,
"type": "string"
},
"entity_name": {
"description": "Name of person or company",
"required": true,
"type": "string"
},
"entity_type": {
"description": "Type of entity: person or company (default: person)",
"type": "string"
},
"pep_match": {
"description": "Whether entity is a Politically Exposed Person",
"type": "boolean"
},
"sanctions_match": {
"description": "Whether entity appears on sanctions lists",
"type": "boolean"
}
},
"type": "http"
}
Output Schema
{
"entity_name": {
"type": "string"
},
"jurisdiction_risk": {
"type": "string"
},
"recommendation": {
"type": "string"
},
"risk_factors": {
"type": "array"
},
"risk_level": {
"type": "string"
},
"risk_score": {
"type": "integer"
}
}