# Gate.io Crypto Pairs Ranked by Base Asset Volume

**Use case:** 

Get a ranked list of Gate.io crypto pairs based on base asset volume. Output includes top 100 pairs in CSV or JSON format.

## Input

```json
{
  "quoteCurrency": "",
  "quoteCurrencies": [],
  "sortBy": "base_volume",
  "maxPairs": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "currencyPair": {
    "label": "Pair",
    "format": "text"
  },
  "lastPrice": {
    "label": "Last",
    "format": "number"
  },
  "changePercent24h": {
    "label": "24h %",
    "format": "number"
  },
  "high24h": {
    "label": "24h High",
    "format": "number"
  },
  "low24h": {
    "label": "24h Low",
    "format": "number"
  },
  "baseVolume": {
    "label": "Base Vol",
    "format": "number"
  },
  "quoteVolume": {
    "label": "Quote Vol",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Gate.io Market Data Scraper - 2,200+ Crypto Pairs](https://apify.com/logiover/gateio-market-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/gateio-market-scraper) to learn more, explore other use cases, and run it yourself.