# Amori x402 URL Phishing Scanner

> Amori x402 URL Phishing Scanner is a paid API for AI agents from api.amori402.xyz, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-14).

Scans a URL for phishing, malicious content, and web3 security threats using on-chain intelligence

## Facts

- Endpoint: POST https://api.amori402.xyz/api/v1/security/url-scan
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amori-x402-url-phishing-scanner-3f548b2c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Iz2iryQhh2fipF25N4Pzt

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability amori-x402-url-phishing-scanner-3f548b2c -d '<json body>'
```

Example prompt: Can you scan https://airdrop-claim-uniswap.xyz to check if it's a phishing site before I connect my wallet?

## When to prefer this

Choose this endpoint when you need to verify the safety of a URL specifically in the context of web3, crypto, or DeFi interactions — especially when checking for phishing sites, fake token project pages, or malicious airdrop links. It complements on-chain token and wallet checks from the same Amori suite, making it ideal for agents performing holistic crypto security due diligence before a user connects a wallet or interacts with an unknown site.

## Known failure modes

- URL missing protocol prefix (must include http:// or https://) — returns validation error
- Malformed or unreachable URL — may return an error or inconclusive result
- Payment failure via x402 protocol — endpoint returns 402 if USDC payment is not attached
- Rate limiting or quota exceeded — returns error response
- False negatives for newly registered phishing domains not yet indexed

## How this service works

On-chain intelligence API for AI Agents. Token security, wallet reputation, phishing detection, trending pairs, Pump.fun data, and wallet balances across EVM and Solana. Powered by x402 protocol.

## Output

Returns a JSON object with a success boolean and a data object containing the security analysis of the scanned URL, including threat indicators, phishing verdict, and any detected malicious signals associated with the web address.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "Full URL to scan (e.g. https://example.com). Must include protocol."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amori-x402-url-phishing-scanner-3f548b2c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.amori402.xyz](https://www.zero.xyz/host/api.amori402.xyz/llms.txt)
