# Multi-Chain Token Portfolio Risk Assessment

**Use case:** 

Evaluate the risk of your multi-chain token portfolio. Receive a comprehensive risk score and safety assessment for each token.

## Input

```json
{
  "tokens": [
    "0x6982508145454ce325ddbe47a25d4ec3d2311933",
    "0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce82"
  ],
  "chain": "",
  "maxResults": 100
}
```

## Output

```json
{
  "symbol": {
    "label": "Symbol",
    "format": "string"
  },
  "chain": {
    "label": "Chain",
    "format": "string"
  },
  "verdict": {
    "label": "Verdict",
    "format": "string"
  },
  "riskScore": {
    "label": "Risk score",
    "format": "integer"
  },
  "priceUsd": {
    "label": "Price (USD)",
    "format": "number"
  },
  "liquidityUsd": {
    "label": "Liquidity (USD)",
    "format": "number"
  },
  "volume24hUsd": {
    "label": "24h volume (USD)",
    "format": "number"
  },
  "honeypot": {
    "label": "Honeypot",
    "format": "boolean"
  },
  "buyTaxPct": {
    "label": "Buy tax (%)",
    "format": "number"
  },
  "sellTaxPct": {
    "label": "Sell tax (%)",
    "format": "number"
  },
  "holderCount": {
    "label": "Holders",
    "format": "integer"
  },
  "topHolderPct": {
    "label": "Top holder (%)",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Token Due Diligence Report – Crypto Rug & Risk Scan](https://apify.com/logiover/token-due-diligence-report) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/token-due-diligence-report) to learn more, explore other use cases, and run it yourself.