POST
/
asset
/
details
Body
curl --request POST \
  --url https://chainpatrol-4nwgz2k0e-chainpatrol.vercel.app/api/v2/asset/details \
  --header 'Content-Type: application/json' \
  --data '{
  "content": "<string>"
}'
{
  "reason": "<string>",
  "reportId": 123,
  "reportUrl": "<string>",
  "status": "UNKNOWN"
}

Body

application/json
content
string
required

Asset content

Response

200 - application/json
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.

reportId
number

The ID of the report that caused the latest asset status update

reportUrl
string

The link to the report that caused the latest asset status update

status
enum<string>
required

The result of the asset details query

Available options:
UNKNOWN,
ALLOWED,
BLOCKED