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