asset check
Look up one or more assets — a URL, domain, or crypto address — against the ChainPatrol blocklist and external feeds. Returns the aggregated status plus a per-source breakdown.
Multiple assets are checked in parallel with a concurrency of 10:
--json response is a flat object. A bulk response is
{ results: [...], summary: { checked, blocked, allowed, unknown, errored } }, so a script
can report totals without recounting:
asset search
Search assets by content or by numeric ID. Whereasset check queries the public
blocklist aggregation, asset search queries the asset database directly and returns
richer context: status, associated reports, takedown details, and which platforms have
consumed the block.
asset list
List assets in the global ChainPatrol blocklist for a given asset type. Defaults toBLOCKED assets updated in the last day — widen the window with --from and --to.
asset types
List every asset type ChainPatrol supports and what each enum value means — for exampleARCHIVE_ORG is an Archive.org Wayback snapshot and PAGE is a standalone web page.
--asset-type value for asset list,
threats list, or takedowns list.
Related
POST /asset/check— the API behindasset checkPOST /asset/list— the API behindasset list- Asset type glossary