# On-chain investigation dataset | Apify task

**Use case:** 

Run On-chain investigation dataset with a saved Arkham Wallet Data input. Export public Arkham wallet rows to Apify datasets, API, and integrations.

## Input

```json
{
  "wallets": [
    "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
    "0x00000000219ab540356cbb839cbe05303d7705fa"
  ],
  "dataType": "intelligence",
  "chains": [
    "ethereum",
    "base",
    "polygon"
  ]
}
```

## Output

```json
{
  "walletAddress": {
    "label": "Wallet address",
    "format": "string"
  },
  "dataType": {
    "label": "Data type",
    "format": "string"
  },
  "chain": {
    "label": "Chain",
    "format": "string"
  },
  "arkhamEntityName": {
    "label": "Arkham entity name",
    "format": "string"
  },
  "arkhamLabelName": {
    "label": "Arkham label name",
    "format": "string"
  },
  "isContract": {
    "label": "Is contract",
    "format": "boolean"
  },
  "tokenCount": {
    "label": "Token count",
    "format": "integer"
  },
  "seriesPointCount": {
    "label": "Series point count",
    "format": "integer"
  },
  "totalUsd": {
    "label": "Total USD",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Wallet Data Scraper for Arkham](https://apify.com/maximedupre/arkham-intelligence-wallet-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/arkham-intelligence-wallet-data-scraper) to learn more, explore other use cases, and run it yourself.