# US-Founded Crypto Projects - Prices & Market Caps

**Use case:** 

Live prices, market caps, 24h volumes, supply and all-time highs for every Made in USA coin tracked by CoinGecko, ranked by market capitalisation.

## Input

```json
{
  "dataType": "coins",
  "vsCurrency": "usd",
  "category": "made-in-usa",
  "coinIds": [],
  "order": "market_cap_desc",
  "maxItems": 250,
  "requestDelaySecs": 6
}
```

## Output

```json
{
  "marketCapRank": {
    "label": "Market cap rank",
    "format": "integer"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "symbol": {
    "label": "Symbol",
    "format": "string"
  },
  "currentPrice": {
    "label": "Current price",
    "format": "number"
  },
  "vsCurrency": {
    "label": "Quote currency",
    "format": "string"
  },
  "marketCap": {
    "label": "Market cap",
    "format": "number"
  },
  "totalVolume": {
    "label": "24h volume",
    "format": "number"
  },
  "priceChangePercentage24h": {
    "label": "24h change %",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [CoinGecko Scraper · Coin Prices, Market Caps & Exchanges](https://apify.com/reapx/coingecko-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/coingecko-scraper) to learn more, explore other use cases, and run it yourself.