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
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
The response is of type object.
object
Was this page helpful?