Check if a crypto-asset service provider (CASP/VASP) is authorized under the EU ...
https://api.strale.io/x402/v2/vasp-verifyOverview
Check if a crypto-asset service provider (CASP/VASP) is authorized under the EU MiCA regulation. Searches ESMA's official register of authorized CASPs. Returns authorization status, licensed services, home country, and passporting rights.
Protocol
x402
Price
$0.02
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
tools/search
Provider
strale
Source
bazaar
Indexed
2026-09-01 11:13:52
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": {
"entity_name": {
"description": "Company or entity name to search for",
"required": true,
"type": "string"
},
"lei": {
"description": "Legal Entity Identifier (optional)",
"type": "string"
},
"website": {
"description": "Entity website domain (optional)",
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"authorized": {
"type": "boolean"
},
"entity_name_searched": {
"type": "string"
},
"match_found": {
"type": "boolean"
},
"matches": {
"type": "array"
},
"register_last_updated": {
"type": "string"
}
}