omnia_checkPhishingSite
Returns security details indicating whether the given url is a phishing site or not.
Note: This is a chain-agnostic method.
Parameters
STRING
- url. The url of the website that is checked. REQUIRED
Returns
Object with following details:
Parameter
Description
phishing_site
1 if the given url leads to a website involved in phishing activities
0 if no phishing activities found
website_contract_security [BETA]
Applies and returns the same check as omnia_checkAddress
Example
Request
Response
Last updated