Assets
Asset Check
Check asset status
POST
/
asset
/
check
Body
application/json
Check asset request body
Asset content. Could be a domain, URL, or crypto address.
Response
200 - application/json
Check asset response body
The status of the asset.
Available options:
UNKNOWN
, ALLOWED
, BLOCKED
The source of the asset status.
Available options:
chainpatrol
, eth-phishing-detect
, phishfort
, seal
The reason for the result.
Available options:
not-found
, unsupported-type
, source-error
, parent-domain
, hosting-domain
The error message, if any.
The error code, if any.
Available options:
parse-error
, internal-scheme
, internal-error
Was this page helpful?