# Base Chain Token Safety Score Check

**Use case:** 

Evaluate the safety score of Base Chain tokens. Receive a comprehensive risk assessment, including a score and risk level.

## Input

```json
{
  "tokens": [
    "0x4158734D47Fc9692176B5085E0F52ee0Da5d47F2"
  ],
  "chain": "base",
  "maxResults": 50
}
```

## 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.