Learn how to obtain and use your ChainPatrol API key
settings
API keys
Create Key
cp_
const response = await fetch("https://app.chainpatrol.io/api/v2/asset/check", { method: "POST", headers: { "Content-Type": "application/json", "X-API-KEY": "YOUR_API_KEY", }, body: JSON.stringify({ type: "URL", content: "example.com", }), });
Was this page helpful?