# Token Performance Metrics for PEPE and USDC

**Use case:** 

Get liquidity, 24h volume, quality score, and risk flags for PEPE and USDC tokens. Understand their market performance and risk clearly.

## Input

```json
{
  "tokens": [
    "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
    "PEPE"
  ],
  "minLiquidityUsd": 0,
  "maxConcurrency": 2
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "text"
  },
  "symbol": {
    "label": "Symbol",
    "format": "text"
  },
  "matchBasis": {
    "label": "Matched by",
    "format": "text"
  },
  "chainId": {
    "label": "Chain",
    "format": "text"
  },
  "liquidityUsd": {
    "label": "Liquidity (USD)",
    "format": "number"
  },
  "volumeH24": {
    "label": "24h Volume (USD)",
    "format": "number"
  },
  "ageHours": {
    "label": "Age (h)",
    "format": "number"
  },
  "qualityScore": {
    "label": "Quality/100",
    "format": "number"
  },
  "riskFlags": {
    "label": "Risk flags",
    "format": "array"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Token Launch Radar](https://apify.com/zinin/token-launch-radar) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/token-launch-radar) to learn more, explore other use cases, and run it yourself.