Skip to main content
The asset.list method allows you to retrieve bulk lists of assets that ChainPatrol has reviewed, with powerful filtering options by type, status, and date range. This method is ideal for bulk analysis and reporting.

API Reference

Method Signature

Parameters

request
AssetListInput
required
The asset list request object with filtering criteria.

Returns

assets
array
required
Array of asset objects matching the filter criteria.

Filtering Options

By Asset Type

Filter by URL, PAGE, or ADDRESS to focus on specific asset categories.

By Status

Filter by BLOCKED, ALLOWED, or UNKNOWN status.

By Date Range

Specify start and end dates to analyze specific time periods.

By Organization

Use organizationSlug to get organization-specific results.

Getting Started

Quick Start

Basic Usage Patterns

Implementation Guide

Use Cases & Patterns

Generate periodic reports on blocked assets for security analysis.
Export asset data for compliance and audit requirements.
Analyze threat trends over time by comparing different date ranges.

Bulk Analysis

Data Export & Processing

Technical Details

Format Requirements

Date Format Requirements - Dates must be in YYYY-MM-DD format - endDate must be greater than or equal to startDate - Maximum date range may be limited depending on your plan

Error Handling

Rate Limits & Performance

Rate Limits - Paginated requests: Up to 5 requests per second - Results are paginated for large datasets - Consider caching results for frequently accessed data
Performance Tips - Use specific date ranges to limit response size - Cache results when possible to reduce API calls - Consider pagination for very large datasets

asset.check

Check individual asset threat status

asset.submit

Submit assets for threat classification

Additional Documentation