POST
/
asset
/
check
curl --request POST \
  --url https://app.chainpatrol.io/api/v2/asset/check \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "content": "<string>"
}'
{
  "status": "UNKNOWN",
  "source": "chainpatrol",
  "reason": "not-found",
  "sources": [
    {
      "source": "chainpatrol",
      "status": "UNKNOWN"
    }
  ],
  "message": "<string>",
  "code": "parse-error"
}

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 [email protected] to get an API key for your use.

Body

application/json
content
string
required

Response

200
application/json
Successful response
status
enum<string>
required
Available options:
UNKNOWN,
ALLOWED,
BLOCKED
source
enum<string>
required
Available options:
chainpatrol,
eth-phishing-detect,
phishfort,
seal
sources
object[]
required
reason
enum<string>
Available options:
not-found,
unsupported-type,
source-error,
parent-domain,
hosting-domain
message
string
code
enum<string>
Available options:
parse-error,
internal-scheme,
internal-error