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",
"sources": [
{
"source": "chainpatrol",
"status": "UNKNOWN"
}
],
"reason": "not-found",
"message": "<string>",
"code": "parse-error",
"watchStatus": "ENABLED"
}Check asset status
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",
"sources": [
{
"source": "chainpatrol",
"status": "UNKNOWN"
}
],
"reason": "not-found",
"message": "<string>",
"code": "parse-error",
"watchStatus": "ENABLED"
}X-API-KEY header:
X-API-KEY: <api-key>
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.
Successful response
UNKNOWN, ALLOWED, BLOCKED chainpatrol, eth-phishing-detect, phishfort, seal, polkadot-phishing Show child attributes
not-found, unsupported-type, source-error, parent-domain, hosting-domain, timeout, external-source parse-error, internal-scheme, internal-error ENABLED, DISABLED Was this page helpful?