Skip to Content
APISecurity Service APICheck URL Security

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

ParameterTypeRequiredDefaultDescription
urlstringYesTarget URL to check

4. Response

Top-level

FieldTypeRequiredDescriptionUnit/Precision
cheat_urlbooleanRequiredWhether the URL is flagged as a risky link

5. Errors

For HTTP status codes, see Common Errors. Key points for this endpoint:

  • When url is empty or malformed, the response is still 200 + cheat_url: false — no error is raised.
Last updated on: