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

Authorizations

X-API-KEY
string
header
required

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.

Body

application/json
content
string
required

Response

200
application/json
Successful response
status
enum<string>
required
Available options:
UNKNOWN,
ALLOWED,
BLOCKED
reason
string
reportId
number
reportUrl
string