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>"
}
'{
"sources": [
{}
],
"message": "<string>"
}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>"
}
'{
"sources": [
{}
],
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://chainpatrol.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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 [email protected] 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?