# Ethereum Token Leaderboard

**Use case:** 

Collect Ethereum token ranks, prices, volume, market caps, and holder counts from Etherscan.

## Input

```json
{
  "dataType": "tokenLeaderboard",
  "gasNetwork": "ethereum",
  "gasSamplingIntervalSeconds": 5,
  "tokenSortBy": "circulatingMarketCap",
  "tokenSortOrder": "desc",
  "maxRecords": 50
}
```

## Output

```json
{
  "dataType": {
    "label": "Data type"
  },
  "network": {
    "label": "Network"
  },
  "rank": {
    "label": "Rank"
  },
  "address": {
    "label": "Address"
  },
  "nameTag": {
    "label": "Name tag"
  },
  "balanceEth": {
    "label": "Balance eth"
  },
  "supplyPercentage": {
    "label": "Supply percentage"
  },
  "transactionCount": {
    "label": "Transaction count"
  },
  "lastBlock": {
    "label": "Last block"
  },
  "safeGasPriceGwei": {
    "label": "Safe gas price gwei"
  },
  "proposeGasPriceGwei": {
    "label": "Propose gas price gwei"
  },
  "fastGasPriceGwei": {
    "label": "Fast gas price gwei"
  },
  "baseFeeGwei": {
    "label": "Base fee gwei"
  },
  "gasUsedRatio": {
    "label": "Gas used ratio"
  },
  "observedAt": {
    "label": "Observed at",
    "format": "date"
  },
  "tokenName": {
    "label": "Token name"
  },
  "symbol": {
    "label": "Symbol"
  },
  "tokenAddress": {
    "label": "Token address"
  },
  "priceUsd": {
    "label": "Price usd"
  },
  "change24hPercent": {
    "label": "Change24h percent"
  },
  "volume24hUsd": {
    "label": "Volume24h usd"
  },
  "circulatingMarketCapUsd": {
    "label": "Circulating market cap usd"
  },
  "onchainMarketCapUsd": {
    "label": "Onchain market cap usd"
  },
  "holders": {
    "label": "Holders"
  },
  "holdersChangePercent": {
    "label": "Holders change percent"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Etherscan Gas Tracker Scraper](https://apify.com/maximedupre/etherscan-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/etherscan-scraper) to learn more, explore other use cases, and run it yourself.