Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.extractor.live/llms.txt

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

Base URL

https://extractor.hacken.dev

Authentication

All requests require a Bearer token in the Authorization header.
Authorization: Bearer <your-api-key>
Generate your API key from the Hacken Extractor dashboard under Settings → API Keys.

Response format

All endpoints return JSON. Successful responses use HTTP 200; errors return a non-2xx status with a descriptive body.
{
  "id": 1,
  "name": "My Project",
  "networkStatus": "MAINNET"
}

Pagination

Search and aggregation endpoints accept from and size for cursor-style pagination.
ParameterTypeDefaultDescription
frominteger0Starting document offset
sizeinteger10Number of results to return

Endpoints

Create Project

POST /api/v1/project

Get Project

GET /api/v1/project/{id}

Create Contract

POST /api/v1/contract

Get Contract

GET /api/v1/contract/{id}

Search Alerts

POST /api/v1/detector/alert/search

Aggregate Alerts

POST /api/v1/detector/alert/aggregation