POST
/
asset
/
check

Body

application/json

Check asset request body

content
string
required

Asset content. Could be a domain, URL, or crypto address.

Response

200 - application/json

Check asset response body

status
enum<string>
required

The status of the asset.

Available options:
UNKNOWN,
ALLOWED,
BLOCKED
source
enum<string>
required

The source of the asset status.

Available options:
chainpatrol,
eth-phishing-detect,
phishfort,
seal
reason
enum<string>

The reason for the result.

Available options:
not-found,
unsupported-type,
source-error,
parent-domain,
hosting-domain
sources
object[]
required
message
string

The error message, if any.

code
enum<string>

The error code, if any.

Available options:
parse-error,
internal-scheme,
internal-error