cURL
curl --request POST \ --url https://app.chainpatrol.io/api/v2/asset/check \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "content": "<string>" }'
{ "status": "UNKNOWN", "source": "chainpatrol", "reason": "not-found", "sources": [ { "source": "chainpatrol", "status": "UNKNOWN" } ], "message": "<string>", "code": "parse-error" }
Check asset status
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?