# Top Crypto Gainers & Volume Surges Today

**Use case:** 

Market-wide crypto screener: today's top gainers, volume surges and breakout/anomaly signals, stablecoins excluded.

## Input

```json
{
  "vsCurrency": "usd",
  "topN": 250,
  "minImpact": 0,
  "maxResults": 50
}
```

## Output

```json
{
  "symbol": {
    "label": "Symbol"
  },
  "name": {
    "label": "Name"
  },
  "signal_type": {
    "label": "Signal"
  },
  "impact": {
    "label": "Score"
  },
  "turnover": {
    "label": "Turnover (vol/mcap)"
  },
  "change_1h": {
    "label": "1h %"
  },
  "change_24h": {
    "label": "24h %"
  },
  "change_7d": {
    "label": "7d %"
  },
  "price": {
    "label": "Price"
  },
  "volume_24h": {
    "label": "24h Volume"
  },
  "market_cap": {
    "label": "Market Cap"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Crypto Volume & Momentum Scanner - Anomaly Signals](https://apify.com/datasignalslab/crypto-volume-momentum-scanner) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datasignalslab/crypto-volume-momentum-scanner) to learn more, explore other use cases, and run it yourself.