# Exchange Tokens - Live Prices & Market Caps

**Use case:** 

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

## Input

```json
{
  "dataType": "coins",
  "vsCurrency": "usd",
  "category": "exchange-based-tokens",
  "coinIds": [],
  "order": "market_cap_desc",
  "maxItems": 250,
  "requestDelaySecs": 6
}
```

## Output

```json
{
  "trustScoreRank": {
    "label": "Trust score rank",
    "format": "integer"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "yearEstablished": {
    "label": "Year established",
    "format": "integer"
  },
  "trustScore": {
    "label": "Trust score",
    "format": "integer"
  },
  "tradeVolume24hBtc": {
    "label": "24h volume (BTC)",
    "format": "number"
  },
  "hasTradingIncentive": {
    "label": "Has trading incentive",
    "format": "boolean"
  },
  "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.