POST
/
asset
/
check
curl --request POST \
  --url https://app.chainpatrol.io/api/v2/asset/check \
  --header 'Content-Type: application/json' \
  --data '{
  "content": "<string>"
}'
{
  "status": "UNKNOWN",
  "reason": "<string>"
}

Body

application/json
content
string
required

Asset content

Response

200 - application/json
status
enum<string>
required

The result of the asset status check

Available options:
UNKNOWN,
ALLOWED,
BLOCKED
reason
string

The reason for the result. If the result is BLOCKED this will be either report if it was reported on ChainPatrol or eth-phishing-detect if it was reported on the eth-phishing-detect list.