Overview

The Static Analysis API conducts a static analysis for given contract address.

Authentication

All API requests require the following header for authentication:

Headers

Authorization: <API_KEY>

Replace <API_KEY> with your actual API key.

Base URL

https://sa-helper.infra.fuzz.land/

Endpoint: /analyze/{chain}/{address}

This endpoint creates a static analysis task for a specified address.

Response Format

The response is a JSON object containing a task ID.

Sample Response

/analyze/eth/0xf3ae5d769e153ef72b4e3591ac004e89f48107a1

{
  "success": true,
	"task_id": "07f9fba4-14d0-4c8b-8347-203fb09fdbfd"
}