Assets
Asset Check
POST
/
asset
/
check
Body
curl --request POST \
--url https://chainpatrol-4nwgz2k0e-chainpatrol.vercel.app/api/v2/asset/check \
--header 'Content-Type: application/json' \
--data '{
"content": "<string>"
}'
{
"reason": "<string>",
"status": "UNKNOWN"
}
Body
application/json
content
string
requiredAsset 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.
status
enum<string>
requiredThe result of the asset status check
Available options:
UNKNOWN
, ALLOWED
, BLOCKED
Was this page helpful?
curl --request POST \
--url https://chainpatrol-4nwgz2k0e-chainpatrol.vercel.app/api/v2/asset/check \
--header 'Content-Type: application/json' \
--data '{
"content": "<string>"
}'
{
"reason": "<string>",
"status": "UNKNOWN"
}