Skip to main content
POST
Check asset

Quick Start

Authentication

Include your API key in the X-API-KEY header:

Authorizations

X-API-KEY
string
header
required

Your API key. This is required by most endpoints to access our API programatically. Reach out to us at support@chainpatrol.io to get an API key for your use.

Body

application/json

Check asset request body

content
string
required

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

Response

Successful response

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,
polkadot-phishing
sources
object[]
required
reason
enum<string>

The reason for the result.

Available options:
not-found,
unsupported-type,
source-error,
parent-domain,
hosting-domain,
timeout,
external-source
message
string

The error message, if any.

code
enum<string>

The error code, if any.

Available options:
parse-error,
internal-scheme,
internal-error
watchStatus
enum<string>

The watch status of the asset.

Available options:
ENABLED,
DISABLED