# USDC Stablecoin Market Data on Gate.io

**Use case:** 

Monitor live prices and trading volumes for USDC pairs on Gate.io. Access data for the top 50 spot pairs in CSV or JSON format.

## Input

```json
{
  "quoteCurrency": "",
  "quoteCurrencies": [
    "USDC"
  ],
  "sortBy": "quote_volume",
  "maxPairs": 50,
  "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.