Check URL Security
1. Overview & Typical Use
Returns whether a specified URL is flagged as a risky (phishing, scam, or malicious) link.
- Typical use: DApp link security check, phishing site detection.
- When not to use: to check account security use “Check Account Security”; to check transaction security use “Check Transaction Security”.
2. Endpoint & Authentication
GET /api/security/url/data
For Base URL and authentication, see Common Network & Authentication.
3. Request
Fields
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | — | Target URL to check |
4. Response
Fields
Top-level
| Field | Type | Required | Description | Unit/Precision |
|---|---|---|---|---|
cheat_url | boolean | Required | Whether the URL is flagged as a risky link | — |
5. Errors
For HTTP status codes, see Common Errors. Key points for this endpoint:
- When
urlis empty or malformed, the response is still200+cheat_url: false— no error is raised.
Last updated on: