AzurSafe Screen ID is a paid API for AI agents from ai.azursafe.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15, last successful call 2026-06-04).
Risk-screens a wallet address, domain, email, phone number, or username across 30+ blockchains and returns a legitimacy status with fraud findings
AzurSafe x402 is the risk layer for agentic wallets. Real-time onchain risk controls for AI agents, agent wallets, and autonomous crypto flows.
Returns a JSON object with: ok (boolean), identifier (the screened value), endpoint name, and a data object containing legitimacyStatus ('legit', 'fraud', or 'unknown'), category (e.g. 'Phishing/Fraud'), name (entity name if known), source (data origin), and findings (integer count of adverse findings).
GEThttps://ai.azursafe.com/agent/screen-idUse this endpoint when an AI agent needs to verify the safety of a counterparty wallet address, domain, email, or phone number before executing an onchain transaction, payment, swap, or bridge. Particularly suited for agentic and autonomous workflows that need real-time KYT (Know Your Transaction) screening across UTXO, EVM, Solana, XRP, Tron, and 25+ other chains in a single call.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"identifier": "0x1234567890abcdef1234567890abcdef12345678"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"ok": true,
"data": {
"name": "FakePhishing_b011bd",
"source": "Online and Public Data",
"category": "Phishing/Fraud",
"findings": 1,
"legitimacyStatus": "fraud"
},
"endpoint": "screen-id",
"identifier": "0x1234567890abcdef1234567890abcdef12345678"
}{
"type": "json",
"example": {
"ok": true,
"data": {
"name": "OFAC_Sanctioned_2b477d",
"source": "Online and Public Data",
"category": "Phishing/Fraud",
"findings": 2,
"legitimacyStatus": "fraud"
},
"endpoint": "screen-id",
"identifier": "TE3mCcPULjPUE7ykX7RArDPAhyahoy3d2j"
}
}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"