# Crypto Hacks Database for Losses Over $1M

**Use case:** 

Access a detailed database of crypto hacks and exploits, filtering for incidents over $1 million. Get insights on over 540 incidents.

## Input

```json
{
  "sinceDate": "",
  "minAmountUsd": 1000000,
  "chain": "",
  "technique": "",
  "classification": "",
  "targetType": "",
  "bridgeHackOnly": false,
  "onlyReturnedFunds": false,
  "sortBy": "amount",
  "maxResults": 1000
}
```

## Output

```json
{
  "rank": {
    "label": "#",
    "format": "number"
  },
  "dateIso": {
    "label": "Date",
    "format": "date"
  },
  "name": {
    "label": "Target",
    "format": "text"
  },
  "amountUsdCompact": {
    "label": "Lost",
    "format": "text"
  },
  "amountUsd": {
    "label": "Lost (USD)",
    "format": "number"
  },
  "chainsText": {
    "label": "Chain(s)",
    "format": "text"
  },
  "technique": {
    "label": "Technique",
    "format": "text"
  },
  "classification": {
    "label": "Class",
    "format": "text"
  },
  "targetType": {
    "label": "Target type",
    "format": "text"
  },
  "bridgeHack": {
    "label": "Bridge?",
    "format": "boolean"
  },
  "returnedFunds": {
    "label": "Returned?",
    "format": "boolean"
  },
  "returnedFundsUsdCompact": {
    "label": "Returned (USD)",
    "format": "text"
  },
  "defillamaId": {
    "label": "DefiLlama ID",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Crypto Hacks & Exploits Database](https://apify.com/foxlabs/crypto-hacks-database) with a specific input configuration. Visit the [Actor detail page](https://apify.com/foxlabs/crypto-hacks-database) to learn more, explore other use cases, and run it yourself.