Skip to main content

Documentation Index

Fetch the complete documentation index at: https://chainpatrol.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

A ChainPatrolClient allows you to interface with the ChainPatrol API from a Node.js or browser application.
import { ChainPatrolClient } from "@chainpatrol/sdk";

const chainpatrol = new ChainPatrolClient({ apiKey: "<API_KEY>" });

Constructor

new ChainPatrolClient()

Creates a new ChainPatrolClient instance.

Instance Methods

asset.check()

Checks the status of an asset to see if it is malicious or not.

asset.list()

Lists all assets (and their statuses) that have been reviewed by ChainPatrol.