cURL
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>" }
Get Asset Details
X-API-KEY
X-API-KEY: <api-key>
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.
Successful response
UNKNOWN
ALLOWED
BLOCKED
Was this page helpful?