Skip to main content
POST
Get Asset Details
This endpoint is deprecated and may be removed in a future version. Use Asset Check to look up an asset’s status, or Asset Search to search across assets.

Overview

Retrieve details about a single asset.

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 support@chainpatrol.io to get an API key for your use.

Body

application/json

Get asset details request body

content
string
required

Asset content

Response

Successful response

Get asset details response body

status
enum<string>
required

The result of the asset details query

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.

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